Skip to content

Files

Latest commit

Mar 31, 2019
106e662 · Mar 31, 2019

History

History
22 lines (17 loc) · 269 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 269 Bytes

sched

A "sophisticated" todo -app to handle the time of busy people.

Made with React, NodeJS and MongoDB

Develop

npm i
npm run client-dev
npm run server-dev

Build Docker image

npm run build:prod

Run with docker

docker-compose up -d