Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.3 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.3 KB

Ember Beginners Workshop

Preparation

Before starting you'll need to install any of the following that you don't already have:

Ember Workshop Project

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

Reveal.js

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