Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 480 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 480 Bytes

spell-the-word

Variation of classic Hangman game that helps kids to learn and practise spelling of English words

Build using Webpack. To start game running in your local enviroment using live-server run

npm install
npm run dev-server

For production build run

npm run build

Netlify Status