cd rps/
npm install
npm test (or run included IntelliJ 'All RPS Module Tests' config)
- The 'All RPS Module Tests' config will run out-of-the-box, but specifying the jasmine directory will make it happier
cd web/
npm install
npm run compile-test
(Open web/test.html in a browser to see the current test report)
cd web/
npm install
npm run compile-app
(Open web/index.html in a browser to see the running app)