README
Minimal HTML5 playground generator for Yeoman
Want to experiment with some fancy web technology you just found, but setting up the HTML boilerplate is in your way to immediate joy? Then this generator is your friend.
Install
npm install -g generator-quick
Execute
yo quick
This will create the playground project in your current working directory.
Creates
package.json
bower.json
index.html
js/script.js
css/style.css
Serve
npm start
Using live-server to server and watch your local webroot.