generator-appverse-ionic
Version:
Appverse Ionic generator
42 lines (26 loc) • 625 B
Markdown
[](http://gruntjs.com/)
<%=appName%>
============
### Quick Start
#### Before you start, tools you will need
* install npm
* bower and grunt (run the following commands):
```script
npm install -g bower
npm install -g grunt
```
## Running
* configure project:
```script
npm install
bower install
```
* run project
Run the application.
`grunt server`
Run the appliction and open the browser.
`grunt server:open`
## Testing
Exexecute the following command to launch tests
`grunt test`
<!-- Available Grunt task (generated running 'grunt list') -->