Simple hangman game written in Javascript and built using webpack.
Demo available at: damons.site/hangman
- Node
- NPM
To get the project up and running follow the bellow steps:
- Clone repository
- Open terminal in project root
- Run
npm install
- Run
npm run dev
- Navigate to
localhost:8080