Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 449 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 449 Bytes

Bootstrap 4 template based on Webpack

Installation

  1. Execute command from root directory
npm install
  1. Use 'app/index.html' as home page
  2. Edit 'src/js/index.js' & 'src/scss/theme.scss'
  3. Good luck!

Tasks

  1. Build sources - npm run build
  2. Start file watcher for recompiling - npm run watch
  3. Start webpack dev server - npm run start
  4. Build sources for production - npm run production