/lets-code-trello

A mock trello-style app.

Primary LanguageJavaScript

https://lets-code-trello.herokuapp.com/

Getting Started

Clone the repo and follow these steps.

cd lets-code-trello  
yarn install  
yarn start  

or

cd lets-code-trello
npm install
npm start

A server should be started up and automatically opened in your browser. The terminal will output what port number/host you can view it on.