Part 4 - 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

Home page_automated

Last Updated: 10/20/2020, 9:17:40 AM