- Be sure you have MongoDB and Node.js installed.
- Check if MongoDB is running (run
mongo
), if not runmongod
(you can change default server params in./server/config.json
) - Run
yarn install && yarn build && yarn dev
. - Go to
http://localhost:3000/
- Enjoy!
Stop yarn dev
run yarn test