Lets create a start script in package.json so that we will be able to run our server with npm start. "scripts": { "start": "node server ...
確定! 回上一頁