Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 579 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 579 Bytes

Laravel Mix ❤️ Bootstrap 4

This is a simple setup that uses Laravel Mix for managing/compiling the assets and Bootstrap 4 as a frontend framework.

How to use it

  1. Clone the repository
  2. Execute npm install to get all the dependencies
  3. Change your variables, your typography or whatever you need in the de src/scss folder
  4. Modify your scripts in the src/js folder
  5. Execute npm run watch. Laravel mix will build the assets and start watching your source files and rebuilding the assets when they change
  6. Modify the index.html to build your awemsome website!