Part 4 - Automation
PREREQUISITES
- Finished Laravel exercise -> Part 3 - Template and subview
- Finished Laravel -> Automation
- Frontend scaffolding
- Install and configure Laravel Mix
- Enable Browsersync
- Update template
- Remove CDN Bootstrap link and link app.css
- Remove CDN Bootstrap and jQuery scripts and link app.js
- Import Font Awesome via a CDN link
- Versioning
- Result:
- Your automated work flow can be started by the command
npm run watch
- Your application is available at http://localhost:3000/ and is refreshed automatically by Browsersync
- Your automated work flow can be started by the command