WebMusic/webmusic-server
CNLuminous ba9d40844b 完成项目 2025-11-04 19:09:55 +08:00
..
src 完成项目 2025-11-04 19:09:55 +08:00
test/controller submit 2025-11-04 15:15:28 +08:00
.editorconfig submit 2025-11-04 15:15:28 +08:00
.eslintrc.json submit 2025-11-04 15:15:28 +08:00
.gitignore submit 2025-11-04 15:15:28 +08:00
.prettierrc.js submit 2025-11-04 15:15:28 +08:00
README-MUSIC.md submit 2025-11-04 15:15:28 +08:00
README.md submit 2025-11-04 15:15:28 +08:00
README.zh-CN.md submit 2025-11-04 15:15:28 +08:00
bootstrap.js submit 2025-11-04 15:15:28 +08:00
jest.config.js submit 2025-11-04 15:15:28 +08:00
package-lock.json submit 2025-11-04 15:15:28 +08:00
package.json submit 2025-11-04 15:15:28 +08:00
tsconfig.json submit 2025-11-04 15:15:28 +08:00

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.