README
Generator-Stamp
A customized Yeoman generator
- A node.js server
- ZURB's Foundation
- AMD Module Javascript architecture
- Basic Backbone.js scaffold
Getting started
- Make sure you have yo installed:
npm install -g yo - Install the generator:
npm install -g generator-stamp - Run:
yo Stamp– After Yeoman does its thing, install Foundation by running:$ compass install foundation– And then finally:node serverto get things up and running!
