yarn
yarn server:start
yarn pm2:install # unless you already have pm2 install
yarn pm2:start
# To view the logs...
yarn pm2:logs
yarn start
Visit http://localhost:3000/ in the browser if it is not launched automatically.
Launch multiple instances to view the realtime updates.
yarn test
- User Authentication
- Socket.IO Testing
- e2e Testing
- Multiple Todo Lists
- Error Handling
- Security (WSS)
- Offline Mode
- PropTypes...
- LokiJS occasionally crashes when a client connects due to an app bug. Restart server as a workaround or run with PM2 (see above) for fault tolerance.
- Running tests whilst the server is throws UnhandledPromiseRejectionWarning warnings in the test logs. Doesn't affect test integrity.