Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.35 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.35 KB

Rock Paper Scissors

A JavaScript game where the user plays Rock Paper Scissors against the computer. The first to beat the other in five rounds wins.

Inspired by the Rock Paper Scissors assignment as part of the curriculum for the Foundations Course on The Odin Project.


Built With

Demo

View project demo at https://autumnchris.github.io/rock-paper-scissors.

Instructions

After forking and cloning, navigate to the repository in your command line and install the NPM packages:

npm install

Run the following script in your command line to run the application:

npm start

Once the server is running, go to http://localhost:8080 in your browser.

Before committing any changes, run the following script to update your static files for production:

npm run build