This Ember application is the finished code for the "Build a Trello Clone in 20mins" video from the Embercasts.com 2.0 Preview. The code will be updated to match the latest LTS as new versions come along.
If you would like to learn how to build this application from scratch, signup on Embercasts.com and watch the video tutorial for free.
You will need the following things properly installed on your computer.
git clone https://github.com/embercasts/trello-clone.git
this repositorycd trello-clone
npm install
oryarn install
ember serve
- Visit your app at http://localhost:4200.