Chao216 / e-commerce-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the back-end of our e-commerce site running on node.js

add "type":"module", to package.json to use import method

"name": "server",
  "type": "module",
  "version": "1.0.0",

add "start": "nodemon app.js", to package.json to auto run nodemon

"scripts": {
    "start": "nodemon app.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },

About


Languages

Language:JavaScript 93.4%Language:Shell 6.6%