generator-simple-project
v1.0.0
Published
A tiny Yeoman generator for quickly sketching ideas
Downloads
2
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:
grunt
to 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.