Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 741 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 741 Bytes

Angular ES6 Demo

Install

Download code repository and install all client side (frontend) / server side (node) dependecies

git clone https://github.com/abhiomkar/angular-es6.git
cd angular-es6
npm install

Development

gulp

Debug

gulp build
node-debug server/dist/app.js

Build

git pull
npm install && gulp build

Demo

https://angular-es6-demo.herokuapp.com

Set Environment Variables

set NODE_ENV env variable to 'production' or 'development' (default) accordingly