Advanced usage of Beidou framework. More complex usage with
router
,controller
,service
and so on. For more detail documents, see https://github.com/eggjs/egg which Beidou based on.
$ yarn install
$ npm start
then navigate to http://127.0.0.1:6001/
- add a new page in /client folder, eg.
/client/test.jsx
- start app:
npm start
- navigate to http://127.0.0.1:6001/test