Skip to content

adambray/rpsWeb_DC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPS Web - XP PPP Workshop Codebase

To get started (on Mac OS X):

  1. Clone this codebase
  2. Install yarn if you don't already have it: brew install yarn
  3. Navigate into the rps subdirectory and run yarn install. (note: npm install may fail to resolve dependencies, so use yarn)

Tests

  1. Tests must be added to a spec directory in the rps directory.
  2. To run tests from the command line, simply run yarn test in the rps directory.
  3. To run tests from IntelliJ:
    1. Install the Node JS plugin
    2. Go into the Edit Configurations... menu and edit the default settings for Mocha
    3. Under Extra Mocha Options, add: --require babel-register.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published