/react-kanban

Primary LanguageJavaScriptMIT LicenseMIT

Kanban Trello Board

Stolen with impunity from: Markus Englund markus.s.englund@gmail.com The original github repo is here

A server-rendered React app inspired by Trello.

Features

  • It has most of the features available on Trello, like creating and editing new cards, dragging around cards and so on.
  • Supports GitHub flavored markdown, which enables stuff like headings and checklists on the cards.
  • Works great on touch devices.

Tech stack

Setup

git clone https://github.com/ed42311/react-kanban.git

cd react-kanban

yarn install
Mongodb

Mac OSx

Twitter Sign In

TODO: Document Process

Google Sign In

TODO: Document Process

# Has to be port 1337
ROOT_URL=http://127.0.0.1:1337
npm run build
npm run serve

For production deployment run:

npm run build:prod
npm run serve:prod