1. Clone the project in local
git clone https://github.com/f24aalam/laravel-inertiajs-todo.gitand switch to cloned project
cd laravel-inertiajs-todo2. Copy .env.example to .env
cp .env.example .envand generate the key php artisan key:generate
3. Create database and update the .env file accordingly
4. Install dependencies
composer installnpm install && npm run dev5. Serve the project
php artisan serveWe are using the GraphQL for exposing the application data to third party, more here about GraphQL and we are using Lighthouse PHP framework for serving GraphQL from laravel, you can learn more about lighthouse here.