Sample ember app that demonstrates how easy it is to start off an Ember project
A presentation on how ember.js allows you to build an application with most of the stuff handed out for free.
Meet.js - 30 March 2017
git clone git@github.com:Martodox/meetjs-million-dollar-app.git
cd meetjs-million-dollar-app
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.