Tidak Ada Deskripsi

zs 42dbccf9ff 查询修改 9 bulan lalu
src 42dbccf9ff 查询修改 9 bulan lalu
test 7e9c7adf31 init 9 bulan lalu
.editorconfig 7e9c7adf31 init 9 bulan lalu
.eslintrc.json 7e9c7adf31 init 9 bulan lalu
.gitignore 7e9c7adf31 init 9 bulan lalu
.prettierrc.js 7e9c7adf31 init 9 bulan lalu
README.md 7e9c7adf31 init 9 bulan lalu
README.zh-CN.md 7e9c7adf31 init 9 bulan lalu
bootstrap.js 7e9c7adf31 init 9 bulan lalu
jest.config.js 7e9c7adf31 init 9 bulan lalu
package.json 7e9c7adf31 init 9 bulan lalu
tsconfig.json 7e9c7adf31 init 9 bulan lalu

README.md

my_midway_project

QuickStart

see midway docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.