- Gulp
- Angular 1.5 (component-oriented)
- Angular UI Router
- Bootstrap 3 (Less)
- Webpack
- BrowserSync
- ES6 modules via Babel
- ESLint
- Less
- Favicons generator
- Sprite generator
- Autoprefixer
- HTML/JS/CSS minification, uglification, concatenation
- Sourcemaps
- Karma, Jasmine, Protractor and PhantomJS for testing
- Django CSRF protection support
- install node if it not installed. For linux or for mac and npm
npm install gulpjs/gulp-cli -gfor installing gulp-cli 4 if it not installednpm i- install all dependencies
If you have gulp-cli installed in global packages you can use gulp commands else use npm commands:
gulp,gulp buildornpm run buildto build an optimized version of your application in/distgulp serveornpm run serveto launch a browser sync server on your source filesgulp serve:distornpm run serve:distto launch a server on your optimized applicationgulp testornpm run testto launch your unit tests with Karmagulp test:autoornpm run test:autoto launch your unit tests with Karma in watch mode












