DaTeam's SDC Web App
February 23, 2021 ยท View on GitHub
Getting Started
npm icp .env.template .env- Run
npm run dev:frontendand thennpm run dev:backendin another tab - Go to http://localhost:3000 for frontend and http://localhost:3001 for backend
Docker
- (Optional) Run
docker-compose --env-file=./.env down --remove-orphansto remove orphaned containers npm run docker- Go to http://localhost:3000 for frontend and http://localhost:3001 for backend
Testing
npm test