generator-queo-gulp-starter
Version:
Scaffold out a front-end web app by using rcreate/gulp-starter package as dependency to build it
30 lines (21 loc) • 896 B
Markdown
# <%= appName %>
<%= appDescription %>
## General Information
- [Wiki](<%= urlWiki %>)
- [Jira](<%= urlJira %>)
- [Frontend (http://<%= repositoryName %>.dev.queo-group.com)](http://<%= repositoryName %>.dev.queo-group.com)
- ASP:
- [<%= appAuthorName %>](<%= appAuthorUrl %>)
## Installation
**Requirements**
- Node.js (>= 4) installed globally
- NPM (>= 3) installed globally
**Installation**
`npm install`
**Tasks**
- `npm run-script development` Development version
- `npm run-script demo` Production version + local server
- `npm run-script production` Production version to deploy to website
- `npm run-script dist-patch` Create resources for the live system and increase patch version
- `npm run-script dist-update` Create resources for the live system and increase minor version
- `npm run-script dist-upgrade` Create resources for the live system and increase major version