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.
Prerequisites
You will need the following things properly installed on your computer.
Installation
git clone <repository-url>this repository- change into the new directory
npm installbower install
Running / Development
ember server- Visit your app at http://localhost:4200.
Code Generators
Make use of the many generators for code, try ember help generate for more details
Running Tests
ember testor use./node_modules/ember-cli/bin/ember servefrom the project directory ifemberis not available as an executableember test --server
Further Reading / Useful Links
- ember: http://emberjs.com/
- ember-cli: http://www.ember-cli.com/
- Development Browser Extensions