Example for building frontend app with roadhog
$ npm i
$ npm run dev
$ open http://localhost:7001/
Build assets with roadhog that will be generated to app/public
which served by egg.
And manifest.json
will be generated to config
$ npm run build
Start server
$ npm start