cylindrical-diagram

instructions

development

  • install dependencies
    npm i
  • start server
    npm run watch:server
  • start webpack-dev-server
    npm run watch:client
  • open http://0.0.0:8080/
  • ESLint and flow checks (optional)
 npm run check