Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 272 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 272 Bytes

About

A vanilla JavaScript clone of Trello board. Checkout live demo here, https://amansharma007.github.io/trello-v2/

Running the project

Clone the repository, and then run,

npm install

Start dev server

To start the dev server,

npm run start