hangman game react project
This project is for educational purposes only.
Site published at: https://github.com/Povilas88/hangman
- Github pages
- React js
- localStorage
- Responsive design
Node.js - download and install
https://nodejs.org
Git - download and install
https://git-scm.com
Would like to run this project locally? Open terminal and follow these steps:
-
Clone the repo
git clone https://github.com/Povilas88/hangman.git
-
Navigate to and open hangman folder
-
Install NPM packages
npm i
or
npm install
-
Run the server
npm run dev
-
Open using link inside terminal
Povilas: Github