Tamboon React
# install dependencies
$ yarn
# build the application
$ yarn build
# run server at localhost:3001
$ yarn server
# run client with hot reload at localhost:1234
$ yarn client
# build for production
$ yarn bundle
# test
$ yarn test
8000