This project serve as a lightweigth starter for SPAs with Angular v1, jQuery an Bootstrap Sass.
Download or clone this repository:
$ git clone https://github.com/zaenk/webpack-angular-starter.git
Install packages:
$ npm i
Install global packages:
$ npm i -g webpack webpack-dev-server
Run the dev server:
$ webpack && npm run start