Example for building frontend app with umi
$ npm i
$ npm run dev
$ open http://localhost:7001/
Build assets with umi 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