Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 932 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 932 Bytes

Embercasts Trello Clone

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.

Running this application locally

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/embercasts/trello-clone.git this repository
  • cd trello-clone
  • npm install or yarn install

Running / Development