React • Laravel • Tailwind • Typescript
- Clone the repository
cd
intoweb
- run
npm install
to install all dependencies - run
npm run dev
to start the development server - React is now running on
localhost:3000
. cd
intoapi
- run
composer install
to install all dependencies - run
php artisan serve
to start the development server - Laravel is now running on
localhost:8000
. - You're all set! Access the environment on localhost:3000.