Skip to content

mawittenauer/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman App

A simple ReactJS / Express app that serves a hangman game for users to play

Installation

To install, clone this repository to your machine and run the following commands:

NPM Installs:

cd hangman/
npm install

cd client/
npm install/

Environment Variables:

touch client/.env

Enter the following variables in client/.env:

REACT_APP_API_URL=http://localhost:3002

Running the Dev Environment

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published