Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregmalcolm/ember-beginner-workshop
Ember Workshop for Beginners
https://github.com/gregmalcolm/ember-beginner-workshop
Last synced: 29 days ago
JSON representation
Ember Workshop for Beginners
- Host: GitHub
- URL: https://github.com/gregmalcolm/ember-beginner-workshop
- Owner: gregmalcolm
- Created: 2013-09-11T16:24:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-18T05:05:35.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T13:31:55.219Z (7 months ago)
- Language: JavaScript
- Homepage: http://slid.es/gregmalcolm/ember-js-workshop/
- Size: 2.14 MB
- Stars: 2
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ember Beginners Workshop
========================Preparation
-----------Before starting you'll need to install any of the following (if you don't
already have them):* [Python 2.7](http://www.python.org/download/releases/2.7/)
* [Chrome](https://www.google.com/intl/en/chrome/browser)
* [Ember Inspector](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)It is also suggested that you install Git:
* [Git](http://git-scm.com/downloads)Ember Workshop Project
----------------------It is recommended that you work with a Github fork of this project. If you
prefer not to, you can just download a [zip file](https://github.com/gregmalcolm/ember-beginner-workshop/archive/master.zip) instead.To work from a git repository:
1 Create a github account (if needed)
2 Go to this url:
https://github.com/gregmalcolm/ember-beginner-workshop3 Fork the project (button is on top right)
4 Clone the project fork.
```
git clone https://github.com/gregmalcolm/ember-beginner-workshop.git
```Reveal.js slides
----------------The instructions for the tutorial are in the form of a Reveal.js slideshow. They
are available here:http://slid.es/gregmalcolm/ember-js-workshop/