Skip to content
Sumeet Sethi edited this page Mar 26, 2017 · 6 revisions

Boiler Plate served with Webpack2 | ES2015 | AngularJS | Angular Material

Keeping it simple with ES6 and AngularJS Components

NOTES:

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

LAUNCH:

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
Clone this wiki locally