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 buildcomposer run --timeout=0 servehttp://localhost:8080You 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.