This project is for Crossover Demo and it's made in AngularJS.
- Install dependencies:
npm install --global gulp-cli bower - Run
npm installto install the required modules - Run
bower installto install the required modules
Run grunt serve:dist for preview building.
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