Skip to content

Latest commit

 

History

History

hangman-web-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

hangman-web-app

A hangman web app built on the hangman-server api.

This project was bootstrapped with Create React App.

This project needs at least NodeJS version 18.10.0

Getting started

Install dependencies

npm install

Make sure there is a hangman-server running on http://localhost:5000. Then start the web app on http://localhost:3000 by running:

npm start