Hi Everyone, this is a sample app that you should be able to run before the training.
clone this repository
git clone https://github.com/unspace/embergarten-basic.git
get the app running following the Installation and the Running instructions.
We'd also like you to have either firefox or chrome installed along with the Ember Inspector extension.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
or use./node_modules/ember-cli/bin/ember serve
from the project directory ifember
is not available as an executableember test --server
- ember: http://emberjs.com/
- ember-cli: http://www.ember-cli.com/
- Development Browser Extensions