Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mablay/generator-quick
- Owner: mablay
- Created: 2016-11-21T19:51:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T19:31:20.000Z (almost 8 years ago)
- Last Synced: 2024-10-05T06:49:59.592Z (about 1 month ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.