- 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
npm start
npm test
and
npm run coverage