T9-word style prediction engine advanced data structures sprint
Directed Acyclic Word Graph (DAWG) for dictionary lookups
run in development mode using webpack + hot reloading
npm i --dev
npm start
then navigate to localhost:8080
install tape globally
npm i -g tape
and run tests via node using tape
node <test/testfile.js>