Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 435 Bytes

File metadata and controls

20 lines (14 loc) · 435 Bytes

Instructions to run the program:

1. Clone the code on your machine:

git clone https://github.com/Samuelsotogit/Word-Guesser.git

2. Set Up a Node.js project in your machine

npm init -y
npm install express

3. Run the express server

node .\server\server.js or node \<your-path-to-the-server-file>\server.js

4. Play Word Guesser!

Go to http://localhost:8080 to play the game