Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cminhho/generator-html5-boilerplate
html5-boilerplate generator that scaffolds out a front-end web app
https://github.com/cminhho/generator-html5-boilerplate
Last synced: about 2 months ago
JSON representation
html5-boilerplate generator that scaffolds out a front-end web app
- Host: GitHub
- URL: https://github.com/cminhho/generator-html5-boilerplate
- Owner: cminhho
- Created: 2015-05-19T19:27:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-15T17:23:33.000Z (over 9 years ago)
- Last Synced: 2024-10-06T12:47:35.650Z (3 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-angular-boilerplate [![npm version](https://badge.fury.io/js/generator-html5-boilerplate.svg)](http://badge.fury.io/js/generator-html5-boilerplate)
## Usage
### Create your project
Install the required tools: `yo`, `gulp`, `bower`
```
npm install -g yo gulp bower
```Install `generator-html5-boilerplate`:
```
npm install -g generator-html5-boilerplate
```Make a new directory, and `cd` into it:
```
mkdir html5-boilerplate && cd $_
```Run `yo html5-boilerplate`, optionally passing an app name:
```
yo html5-boilerplate
```## License
MIT