A monorepo app for simplifying Zoom tasks.
- 
In a command-line, install dependencies with
npm ci - 
In a command-line and in the project root directory, open VSCode with
code main.code-workspace - 
Install VSCode Extension Recommendations
 
See the client README.md and server README.md documentation.
Local Testing
Install dependencies
npm ciStart the application in development mode (hot-code reloading, error reporting, etc.)
npm start -- --electron
npm start -- --pwa
# "--pwa" is the default option
npm startQA
Run unit tests
npm test