To run this starter kit, you will need to setup a local development environment. You can follow instructions based on your OS here
Start your newly created environment by running the ddev start
command.
First time will take some time as images need to be downloaded.
Once your environment is up and running, you will need to run a couple commands
Install composer's dependencies
ddev composer install
Install npm's dependencies
ddev npm install
Install Laravel's stuff
ddev php artisan key:generate --ansi
ddev php artisan migrate --graceful --ansi
Build your assets, and watch for changes
ddev npm run dev
Note: on Windows, you may have issues with
ddev npm run dev
. If you run into issues, please runddev npm run build
whenever you want to see your changes.
Your local testing environment is now ready to be accessed here https://fullstack-technical-starter.ddev.site/
- TailwindCSS
- Vite
- React through
@vitejs/plugin-react