-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sumeet Sethi edited this page Mar 26, 2017
·
6 revisions
Keeping it simple with ES6 and AngularJS Components
This Boiler Plate (referenced throughout the app as BP | Bp | bp) is running the following stack:
- Webpack 2
- ES2015 (ES6)
- AngularJS v1.5.11
- Angular Material v1.1.3
##INSTALL: Follow these steps to install this app
- Clone this repo from GIT
- cd to cloned directory
- npm install
To launch the app in DevServer mode key in this command
- npm run DevServer
- In browser key in the URL which the above command generated
To launch the host the app in Production mode follow this process
- npm run prod
- The above command will package and output files to dist folder
- npm install http-server -g
- http-server
- In browser key in the URL which the above command generated