A classic CRUD app working in offline mode inside Microsoft Teams
- Start server
nodemon index
, it starts the server on 8080 - Start client
npm run start
, client starts on port 3000, since proxy is defined as http://localhost:8080 in client's package.json, call REST API calls will be successful.
- build client
npm run build
- build command aboves moves
client/build
folder to server directory - Deploy to Azure App Service