for running server
npm run dev
for frontend part
npm run webpack
page for testing is available on localhost:{port}/
- phone keyboard -like UI =
nope
- great project setup =
nope
- mobile app in React Native =
nope
- filtering to include only real words based on a suitable word list =
partly yes
in config.js
need to be set useWordslist
on true.
You can add new words via request PUT localhost:{port}/phonewords
request body should be array
["pridej", "si", "sva", "vytouzena", "slova"]