Skip to content

csgavino/rpsAppJun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published