Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 395 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 395 Bytes

Kanban board built using React.

There are a few dependencies. Please run the following commands in the project folder once you have pulled it down:

  • npm install react react-dom --save
  • npm install babel webpack webpack-dev-server
  • npm install babel-loader babel-core babel-preset-es2015 babel-preset-react

Then run it using:

  • npm start

Navigate to http://localhost:3333 to view the app