A starter project including full setup for Handlebars, GulpJS, SASS, BrowserSync, bourbon, latest foundation and bootstrap.
Please open all issue with this template on the main Interface Design for Websites repo.
This is the official BHANUBAIS Template for use with Foundation for Sites, Bootstrap, Bourbon - A Lightweight Sass Tool Set. I use this template to deliver static code to our clients. It has Gulp-powered build system with theme features:
- Zurb Foundation
- Bootstrap
- Bourbon
- Handlebars HTML templates with Panini
- SASS compilation and prefixing
- JavaScript concatenation
- Built-in BrowserSync server
- For production build:
- CSS compression
- JavaScript compression
- Image compression
To use this template, your computer needs following requirements
To setup the template, first download it with Git:
git clone https://github.com/bhanubais/interface-design-template projectnameThen open the folder in your command line, and install the needed dependencies: (This template featured with browser-sync so npm command will takes more time than usuall on windows based PCs)
cd projectname
npm install
bower installFinally, run npm start to run Gulp. Your finished site will be created in a folder called dist, viewable at this URL:
http://localhost:3007
To create compressed, production-ready assets, run npm run build.