@inertiajs-revamped/react
The React adapter for Inertia.js-Revamped
Ensure that all requirements are met
Install the Laravel & React Adapter in your Laravel project
Running the following command you'll be prompted to select your project configuration:
shell
npx @preset/cli apply inertiajs-revamped/inertia
shell
pnpm dlx @preset/cli apply inertiajs-revamped/inertia
shell
yarn add @preset/cli apply inertiajs-revamped/inertia
shell
bunx @preset/cli apply inertiajs-revamped/inertia
Start the development server
shell
npm run dev
shell
pnpm run dev
shell
yarn run dev
shell
bun run dev
Enjoy
Manual Installation
Prefer to install Inertia.js-Revamped manually?
Read the step-by-step manual installation guide instead.
What's next?
- To learn about our project structure convention, read the basics.
Your contributions are welcome! Please read our contributing guide for more information.
Community
If you have a question or need additional help, please consider to join our Discord or start a discussion at GitHub.
Please use the GitHub issue tracker to submit bug reports and feature requests.