Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 303 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 303 Bytes

Development setup

  1. Clone the project :
git clone git@github.com:akaashvaa/trelloBackend.git
cd trelloBackend
  1. Install dependencies :
yarn install
  1. Start the server :
  yarn run dev

Open http://localhost:8000 with your browser to see the result.