Skip to content

mixalbl4-127/webpack-starter-with-sass-jquery-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#webpack-starter-with-jquery-bootstrap

What is inside?

  • WebPack 3
  • Bootstrap 4
  • Sass/Scss
  • TypeScript 2
  • jQuery 3
  • WebPack Dev server

How to use

install

$ npm install

build

$ npm run build_prod

or

$ npm run build_dev

start server

$ npm run start_dev

watch (after build)

$ npm run watch_prod

or

$ npm run watch_dev