Skip to content

Releases: EmberOttawa/ember-bloggr-demo

Starting Point

04 Jun 04:59
Compare
Choose a tag to compare
Starting Point Pre-release
Pre-release

This is the base project structure with nothing implemented.

Instructions

Follow the steps to run the demo:

  1. Download the code
  2. Ensure you have node.js installed on your machine.
  3. Install Grunt & Bower by running npm install -g grunt-cli & npm install -g bower
  4. Run npm install in the directory where you placed the files from the repository.
  5. Once all the npm modules have installed run grunt serverso start a local web server.
  6. Navigate to [http://localhost:8000] to view the app.

For more detailed instructions on getting going with an Ember App Kit project, see the Ember App Kit getting started guide.