This is a sample appointment app. Feel free to get ideas from it.
- Install php packages
composer install
- Install front end dependencies
npm install
- Compile front end
npm run build
composer run --timeout=0 serve
http://localhost:8080
You can run the command npm run webpack
in development. This will set webpack to watch over your changes and build automatically. There is NO hot reload so just refresh your browser to see your changes.