Yeoman generator that scaffolds out a front-end web app using Grunt for the build process
- Twig, the flexible, fast, and secure template engine
- JQuery
- Bootstrap in SASS
- Modernizr
- Browsersync
- Built-in preview server with LiveReload
- CSS Autoprefixing
- Automagically compile SASS
- Removing unused CSS with UnCSS
- Automagically create sprite sheets
- Social.js - simple social sharing plugin
- Slick carousel (Optional)
- PhotoSwipe gallery (Optional)
- Underscore.js (Optional)
- Lodash (Optional)
For more information on what generator-ideil-atom can do for you, take a look at the Grunt tasks used in our package.json
.
Install dependencies:
$ npm install -g yo bower grunt-cli
Install the generator:
$ npm install -g generator-ideil-atom
Create a directory for new project:
$ mkdir new-project
$ cd new-project
Run:
$ yo ideil-atom
To build your webapp for production, run:
$ npm grunt