/rpsAppJune

Primary LanguageJavaScript

Tokyo RPSApp-JS

Running App Tests

RPS Module (rps/)

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

Web Module (web/)

cd web/
npm install
npm run compile-test
(Open web/test.html in a browser to see the current test report)

Running the App

cd web/
npm install
npm run compile-app
(Open web/index.html in a browser to see the running app)

Help Docs

Jetbrains Keymaps

Javascript ES6 Cheat Sheet

React Cheat Sheet

Reference Reading

Little Mocker by Bob Martin

The Test Double Rule of Thumb by Matt Parker