What’s included in laravel-react-starter-kit?
A powerful starter kit featuring Laravel backend with Fortify and Sanctum for authentication, React frontend with TypeScript, and Inertia.js for seamless full-stack development.
Tech Stack
⚡️ Why use this kit?
🔧 Installation
Features
Prerequisites
- Node.js 18+
- npm or yarn or pnpm
Installation
- Clone the repository:
git clone https://github.com/bjornleonhenry/laravel-react-starter-kit.git
cd laravel-react-starter-kit
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm run dev
Open http://localhost:3000 to see the application.
Contributing
Contributions are welcomed, and appreciated. If you have a feature request, please add it as an issue or make a pull request.