Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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