Technologies used
- Angular 1.5, Web pack as bundler.
- Libraries - Angular UI bootstrap, MomentJs
- ES6, and ES7 support with babel.
- Source maps included in all builds.
- Development server with live reload.
- Testing environment using karma to run tests and jasmine as the framework.
- Code coverage when tests are run.
- No gulp and no grunt, just npm scripts.
Warning: Make sure you're using the latest version of Node.js and NPM
Note: Used https://github.com/preboot/angular-webpack as reference/ starting point.
Clone/Download the repo then edit
app.jsinside/src/app/app.js
# clone our repo
$ git clone https://github.com/pyella/caseStudy.git
# change directory to your folder name
$ cd my-folder
# install the dependencies with npm
$ npm install
# start the server
$ npm startgo to http://localhost:8080 in your browser.