teese

Minimal Kanban board Web application

Usage no npm install needed!

<script type="module">
  import teese from 'https://cdn.skypack.dev/teese';
</script>

README

Teese

Minimal Kanban board Web application. Uses Varasto as storage, while UI has been implemented with React and Material UI.

Requirements

  • Node.js>=12

Installation

Clone this Git repository somewhere, then install dependencies and build static assets and other TypeScript'y stuff:

$ npm install
$ npm run build

Usage

After installation, you can start the application with:

$ npm start

Which starts the backend HTTP server in port 3000. You can change the default port with PORT environment.