- node v8.11.1 (LTS)
- yarn v1.6.0
- Client/Server Application using React.js and Node with Express.js framework
- Use a Trie (prefix tree) data structure for fast searching operations
Install server and client dependencies
yarn
cd client
yarn
To start the server and client at the same time (from the root of the project)
yarn dev
To run the unit test
yarn test
Sources: