Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 373 Bytes

File metadata and controls

32 lines (21 loc) · 373 Bytes

#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