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