This is a small code demo built with the following tools:
- Laravel
- Laravel Breeze with React, Inertia & Tailwind CSS
- Docker
- Composer
- NPM
To run this project locally, please make sure you have the above applications installed, and that ports 8080 (web) and 30060 (mysql) are free
- Clone the repo to your machine
- In the root of the project, run the following commands:
composer install
npm install
npm run build
sail up
You should then be able to access the site over http://localhost:8080