Skip to content

itiiss/kanban

Repository files navigation

Tech Stack

Feature & shortcuts

MindMap

  • Story Management
    • Add Story Kanban
    • Delete Story Kanban
    • Switch Story Kanban by Story sidebar
  • Story Kanban
    • create task
    • delete task
    • DnD task in different kinds of panel and even Kanban
  • Story state persist in LocalStorage
  • Colorful Themes

Pre-packed

UI Frameworks

Plugins

Coding Style

Dev tools

Usage

Development

Just run and visit http://localhost:3000

yarn dev

Preview in Https

Just run and visit https://localhost

yarn build && yarn https-preview

Build

To build the App, run

yarn build

And you will see the generated file in dist that ready to be served.