This is the Sample Application for the Intro To Ember workshop at Emberitas Austin on July 16th, 2016. Workshop notes are located here.
It continues to be a work in progress. If you find a bug, feel free to fork the repo and create a PR or create a Github Issue and I'll look into it!
You may also request new features in Github Issues.
Check out the demo site on pagefront: https://emberitas-intermediate.pagefrontapp.com/
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
ember test --server
ember build
(development)ember build --environment production
(production)