Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 607 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 607 Bytes

simple-kanban-react

This is an example Kanban Board Front End bootstrapped with Create React App.

You will need a backend server running on port 4000.

Backend examples:

Start

  • Install the project dependencies yarn install
  • Runs the app in development mode with yarn start
  • Open http://localhost:3000 to view it in the browser