TAP is a platform to create small appps.
Use npm.
npm ci
npm run build
Starts all packages with turborepo
npm start
Go to http://localhost:3000
cd packages/web-client
npm start
cd packages/backend
npm start
docker compose up -d
echo "MONGODB_URI=mongodb://localhost:20001" > packages/backend/.env
Check mongo-ui here: http://localhost:3003/ (creds: admin/admin)