Kokoru is a web apps to be used as part of dota 2 information provider.
mongodb as database
react + redux as frontend framework
node js + graphql as backend engine
karma as test runer
Note: React file is compiled in one file using webpack
Using docker
yarn provision
visit localhost:3000
Not using docker
yarn setup
yarn build
yarn start:watch
visit localhost:3000
yarn setup:test
yarn test