尊荣商城

lrf 139792f5ad update 2 tahun lalu
.github bb66d2642a init 2 tahun lalu
app 139792f5ad update 2 tahun lalu
config bb66d2642a init 2 tahun lalu
test bb66d2642a init 2 tahun lalu
.eslintignore bb66d2642a init 2 tahun lalu
.eslintrc bb66d2642a init 2 tahun lalu
.gitignore bb66d2642a init 2 tahun lalu
README.md bb66d2642a init 2 tahun lalu
ecosystem.config.js 23a00c11b1 pm2 2 tahun lalu
package-lock.json bb66d2642a init 2 tahun lalu
package.json bb66d2642a init 2 tahun lalu
server.js 23a00c11b1 pm2 2 tahun lalu

README.md

service-point_shop

QuickStart

see egg docs for more detail.

Development

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

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.