Releases: EmberOttawa/ember-bloggr-demo
Releases · EmberOttawa/ember-bloggr-demo
Starting Point
This is the base project structure with nothing implemented.
Instructions
Follow the steps to run the demo:
- Download the code
- Ensure you have node.js installed on your machine.
- Install Grunt & Bower by running
npm install -g grunt-cli
&npm install -g bower
- Run
npm install
in the directory where you placed the files from the repository. - Once all the npm modules have installed run
grunt server
so start a local web server. - 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.