rw-shared
This is a shared library between RW Code Lab projects.
Build
yarn
webpack
Development
Start the server and watch the project for live updates
nodemon demo/server
webpack -w
Go to the demo page: http://localhost:3000/
Test
Run the mocha tests
mocha