Skip to content

Quick hangman game for employment code challenge

Notifications You must be signed in to change notification settings

Rosensweig/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman

Installation and running instructions

  • Note: you can skip installation instructions entirely, if you prefer to view the live version on Heroku.
    • Project is viewable online from your mobile device, but requires a Linux/Mac/Windows computer to run locally.
  • Make sure you have Node installed on your machine
    • To check, run from the command line: node -v
    • If you don't have Node installed, install it with your favorite package manager: try brew install node, or your preference
    • If you don't have any compatible package managers, click for Linux, Mac, or Windows instructions.
  • From the command line, in the project's home directory, run the following commands:
    • npm install
    • npm install --prefix client
    • npm run build --prefix client
  • Dependencies are now installed. If you return to this project later, you can start from this point to run it.
  • To start the server, run npm start
  • To stop your server when done, hit ctrl-c from the same command line window.

Testing instructions

  • To test server:
    • From the command line, in the project's home directory, run npm test.
  • To test client:
    • From the command line, in the project's home directory, run npm run test-client.
    • If you see only one test, hit a to run the rest of them.

About

Quick hangman game for employment code challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published