Hangman
//--------------------------------------------- RUNNING PROJECT ------------------------------------------------------------------------// -This app was bootstrapped with 'create-react-app'; -You will need to have Node installed on your computer to run this app - https://nodejs.org/en/download/ -To run this project you will need to open up two terminals -On the first terminal run 'npm install' -Then run 'node server/index' to get the server running on port 3005 -On the second terminal run 'npm start' to get the app running on port 3000