A tiny Yeoman generator that quickly scaffolds out a simple project.
- Install the generator by running:
npm install -g generator-simple-project
- Run:
yo simple
- Run:
grunt
to start a LiveReload server on port9000
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.