1.0.0 • Published 3 years ago

teese v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.