Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 442 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 442 Bytes

The Kanban Board

A kanban board web application built using React.

Screenshot

A sample app powered by Canonic

Link

Developing

Starts the development server on port 8000. Tested on nodeJS v12.20

yarn install
yarn start

Deploying

Generates production assets in the public folder.

yarn install
yarn build