This is a mobile-first app that lets you quickly look up spells for reference when playing Dunegons and Dragons. This app is currently deployed here.
Use yarn
to install the necessary dependencies by typing:
yarn install
Run the tests (which use enzyme) with:
yarn test
Compile the source files via webpack with:
yarn compile
Run the server with:
yarn start