8000 GitHub - mthvdl/rock-paper-scissor: Project for demo purpose
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mthvdl/rock-paper-scissor

Repository files navigation

Rock paper scissor

Scafolding inspired by blog post: How to setup testing using Typescript, Mocha, Chai, Sinon, Karma and Webpack

To get started:

  1. Install NodeJS
  2. Open the command line of your choice and cd to the root directory of this repo on your machine
  3. npm install webpack -g - Installs webpack
  4. Download this repo (clone / fork)
  5. npm install - Installs packages (post install step added to package.json configuration file in order to execute tsd install after installing packages)
  6. npm start - Run the game in localhost:3000
  7. npm test - Will execute karma start and run the tests (this step has been added to the package.json configuration file).
  8. npm run coverage - Will execute karma start and run the tests and generate a coverage report (this step has been added to the package.json configuration file).
  9. npm run build - Build the project to /dist folder

Change Log:

  • June 12, 2017, game publication

About

Project for demo purpose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0