beidou-example-advanced
v2.3.0
Published
beidou example advanced
Downloads
14
Readme
Beidou Advanced Example
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.
Install
$ yarn install
Start
$ npm start
then navigate to http://127.0.0.1:6001/
Basic Usage
- add a new page in /client folder, eg.
/client/test.jsx
- start app:
npm start
- navigate to http://127.0.0.1:6001/test