Build single-page apps, without building an API. Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
This is my Inertia boilerplate for future projects with React. So it is Inertia-React not Inertia-Vue.
- Laravel - Backend π°
- ReactJs - Frontend π»
- InertiaJs - Mediator(Helps discard API) π§βπ¦―
- Ant Design - Best Collection of React UI Components ποΈ
- React-icons - Large Collection of Icons π£
- Ziggy - Transition Backend Routes to React π
- Ant Design Theme Plugin - Customize Ant Design Theme π±
- Ant Design Theme Generator - Generate Less Variables for Live Dyamic Theming π
- React Use - Unlimited supply of React Hooks βοΈ
- HTML-React Parser - Transform HTML code into JSX for Rendering
- Braft Editor - Meets all User Text Editing Needs
- Dante2 - Blog Editor Mode
- Click Use as Template up there.
- Follow the self explanatory Steps.
- Clone your generated Repo Locally
- In the Root of your local Repository;
composer install
npm install
npm run dev
cp .env.example .env
php artisan key:generate