Skip to content

Latest commit

 

History

History

kanban-board

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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