An implementation of the Letter Jam board game.
Screenshots
Install dependencies
$ npm install
Start the local development server
npm start
Ready for production? Build the production ready code to the /dist folder
$ npm run build
then play your production ready game in the browser
$ npm run startProd