ES6 Simple kanban example

A simple example of kanban style example using ES6 & firebase.

Getting Started

Clone the repository and cd into it.

Install the project dependencies.

npm install

Start the server.

npm start

Navigate to localhost:8080 in your browser of choice.

Start making changes to files within the src/ directory and you'll see those changes in the browser immediately, all without needing to refresh the page.

License

Released under the MIT license: opensource.org/licenses/MIT