Skip to content

Boilerplate to build large scale webapps with Angular + ES6 + PostCSS + Bootstrap + Webpack + Gulp + BrowserSync + Express.js

License

Notifications You must be signed in to change notification settings

abhiomkar/angular-es6

Repository files navigation

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

About

Boilerplate to build large scale webapps with Angular + ES6 + PostCSS + Bootstrap + Webpack + Gulp + BrowserSync + Express.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published