1.0.0 • Published 5 years ago
teese v1.0.0
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 buildUsage
After installation, you can start the application with:
$ npm startWhich starts the backend HTTP server in port 3000. You can change the default
port with PORT environment.
1.0.0
5 years ago