- Install dependencies:
npm install --global gulp-cli bower - Run
npm installto install the required modules - Run
bower installto install the required modules
After installed all the required dependencies you can run the application in local by typing:
- Run
gulp serve:distto preview the production build
Run grunt for building and grunt serve for preview.
Running grunt test will run the unit tests with karma.
Please see my gulpfile for the configuration.
- enable ES2015 features using Babel
- CSS Autoprefixing
- Built-in preview server with BrowserSync
- Automagically lint your scripts
- Map compiled CSS to source stylesheets with source maps
- Awesome image optimization
- Automagically wire-up dependencies installed with Bower