Instructions:
- Run
node ./createDict.js
to create the anagram solutions. In retrospect, probably could have found someone else's API. - Run
node ./app.js
to start the server. - In the assets, run
yarn start
. - Profit.
Instructions:
node ./createDict.js
to create the anagram solutions. In retrospect, probably could have found someone else's API.node ./app.js
to start the server.yarn start
.