Skip to content

bozz/kanban-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Kanban Demo App

Based on the following book: SurviveJS - React.

Getting Started

  1. npm i - Install dependencies. This might take a while.
  2. npm start - Run development build. If it doesn't start, make sure you aren't running anything else in the same port. In case you are on a Unix platform, you can try PORT=3000 npm start. It will pick up the port from the environment if it's set.
  3. Surf to the port shown at terminal.
  4. Start modifying the code. The browser should pick up the changes.

Releases

No releases published

Packages

No packages published