UNPKG

ember-rocks

Version:

An Em(ber) command line utility to help you build an ambitious web application

37 lines (22 loc) 645 B
# Ember Rocks Project > Project description goes here. ## Installation * `npm install` * `bower install` ## Addtional Info * `em -V` * `em --help` * `em generator --help` ## Running * `em server` ( LiveReload on all static resources: html, styles, javascript, hbs, images ) * Visit your app at http://localhost:3001 **Note**: `em` command has to run at the application root directiory ## Running Tests __( Coming Soon )__ ## Building * `em build` * `cd build` * `npm install` * `npm start` * Visit your production ready app at http://localhost:3001 For more information, visit [Ember Rocks](https://github.com/mattma/ember-rocks).