Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mablay/generator-quick

Minimal html5 template
https://github.com/mablay/generator-quick

Last synced: 8 days ago
JSON representation

Minimal html5 template

Awesome Lists containing this project

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.