Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 324 Bytes

File metadata and controls

12 lines (7 loc) · 324 Bytes

#Webpack seed

This project has webpack with babel and scss. Bootstrap is imported and variables can be overridden.

Commands

Start with npm install

Then you can do:

  • npm run build to generate code into build folder
  • npm run dev to run a watching dev server at http://localhost:8080