README
generator-simple-project
A tiny Yeoman that quickly scaffolds out a simple project.
Getting Started
- Install the generator by running:
npm install -g generator-simple-project - Run:
yo simple - Run:
gruntto start a LiveReload server on port9000
What's Included
The simple generator contains a index.html, main.css, and main.js file. There's also a LiveReload server so you can see your changes quickly.