Backend of infe, a notification system of uestc-ese.
see egg docs for more detail.
$ yarn
$ yarn dev
$ open http://localhost:7001/
$ yarn start
$ yarn stop
- Use
yarn lint
to check code style. - Use
yarn test
to run unit test. - Use
yarn autod
to auto detect dependencies upgrade, see autod for more detail.