- Have npm installed on your machine
- Install dependencies:
npm install
npm run dev
will start the local server and launch the application in your browser
Important Note: the URLs for the rest endpoints when developing, on staging, or master are in webpack.config.js
.
npm run dev
-> Runs the website locally and automatically reloads when files are changed
npm run test
-> To run unit tests
npm run local
-> Bundles project for local environment
npm run stage
-> Bundles project for staging environment
npm run prod
-> Bundles project for production environment
AngularJS JS Framework
UI
Angular UI Bootstrap UI Framework
Bootstrap UI Framework
ngInfiniteScroll Third-party tool for running functions when scrolling
Less CSS CSS Language
Testing
Jasmine JS Unit testing
Karma JS Unit testing
Protractor E2E Testing
webdriver-manger E2E Testing
Building/Compiling
ES6 Babel ES6to5 Transpiler
Webpack 2