Example frontend project with Grunt workflow and Browsersync.
Run npm install
in the terminal.
You can view all generated pages in "dist/pages" directory, all source files are in "src" directory.
Run grunt
to build all project files for development and watch for changes or grunt build
to build files for production.
- Grunt http://gruntjs.com/
- Sass (SCSS) http://sass-lang.com/
- Bourbon http://bourbon.io/
- Neat http://neat.bourbon.io/
- Bootstrap http://getbootstrap.com/
- Handlebars http://handlebarsjs.com/
- libSass (a C/C++ port of the Sass engine) http://libsass.org/
- Browsersync http://www.browsersync.io/
- BEM https://en.bem.info/ | http://getbem.com/
- SMACSS https://smacss.com/
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, open a pull request.