Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cminhho/generator-multicenter-boilerplate
Generator a webapp component generator
https://github.com/cminhho/generator-multicenter-boilerplate
Last synced: about 2 months ago
JSON representation
Generator a webapp component generator
- Host: GitHub
- URL: https://github.com/cminhho/generator-multicenter-boilerplate
- Owner: cminhho
- Created: 2015-09-30T08:19:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-13T12:09:34.000Z (about 9 years ago)
- Last Synced: 2024-03-26T07:45:15.715Z (10 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/generator-multicenter-boilerplate
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-multicenter-boilerplate [![npm version](https://badge.fury.io/js/generator-multicenter-boilerplate.svg)](http://badge.fury.io/js/generator-multicenter-boilerplate)
## Usage
### Create your project
Install the required tools: `yo`, `gulp`, `bower`
```
npm install -g yo gulp bower
```Install `generator-multicenter-boilerplate`:
```
npm install -g generator-multicenter-boilerplate
```Make a new directory, and `cd` into it:
```
mkdir multicenter-boilerplate && cd $_
```Run `yo multicenter-boilerplate`, optionally passing an app name:
```
yo multicenter-boilerplate [app-name]
```### Use Gulp tasks
* `gulp` or `gulp build` to build an optimized version of your application in `/dist`
* `gulp serve` to launch a browser sync server on your source files
* `gulp serve:dist` to launch a server on your optimized application
* `gulp test` to launch your unit tests with Karma
* `gulp test:auto` to launch your unit tests with Karma in watch mode
* `gulp protractor` to launch your e2e tests with Protractor
* `gulp protractor:dist` to launch your e2e tests with Protractor on the dist files## Contributing
[Guidelines](CONTRIBUTING.md)
## License
MIT