You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drawboard training project written using React, Jest, Enzyme, socket.io and lerna.
Before using you need following:
Install NodeJS and npm
Install all dependencies. Run following command from client and server subdirectories. Lerna should automatically bootstrap dependencies for subpackages and run build script for server.
npm install
To start project run:
npm start
Unit tests are available by commands:
npm test
and
npm run coverage
Drawboard is available at localhost:3000. Server runs at localhost:8000.