An App for learning two letter scrabble words using Redux, React and Ramda.
git clone git@github.com:rinse0ut/scrabble.git
cd scrabble
npm install
npm start
Go to http://localhost:3000/
Watch for changes and re-run tests:
npm run test:watch
Run tests once and generate coverage report:
npm run test