Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 392 Bytes

Readme.md

File metadata and controls

11 lines (9 loc) · 392 Bytes

angular + es6 seed

how to start

  1. PLEASE change the <MAIN_MODULE_NAME> to whatever you want your module to be
  2. run npm install to install all the dependencies
  3. run npm start to build assets and start the development server

how to prepare for production

  1. run npm install to install all the dependencies
  2. run npm run build
  3. grab your assets from build folder