Before starting you'll need to install any of the following that you don't already have:
- Git
- Python 2.7
- Chrome
- Ember Inspector
- Node - Windows Users: You may need to reboot to get 'npm' to work
- Grunt - From your command shell:
npm install -g grunt-cli
1 Create a github account (if needed)
2 Go to this url: https://github.com/gregmalcolm/ember-beginner-workshop
3 Fork the project (button is on top right)
4 Clone the project fork.
Note: If you don't want to fork the project, you can just clone my project:
git clone https://github.com/gregmalcolm/ember-beginner-workshop.git
We will use Reveal.js to walk through the steps in the workshop. From a command shell, go to the Ember Beginner Workshop folder and run this:
cd reveal.js
npm install
grunt serve
This will serve up reveal.js slides on port 8000. So open this url in a browser to see them:
http://localhost:8000