A template for maintainable HTML prototypes with an easy learning curve and great for collaboration. We use this template at Propeople for some of our HTML prototypes.
- Based on Zurb Foundation 5.0
- Has an asset pipeline similar to the Rails asset pipeline
- Layouts and partials with Assemble. Allows easy separation of heaers, navigation, sidebars and footers.
Clone the repository and rename the folder to your prefered application name. Then cd into your application directory.
$ git clone https://github.com/codelittle/foundation-prototype.git
$ mv foundation-prototype app-name
$ cd app-name
$ npm install
$ bower install
$ grunt build
$ open dist/index.html
You can ask grunt to continually watch for changes and rebuild the pages when you save them.
To do so you need to simply run the grunt
$ cd app-name
$ grunt