After deleting all files in my project except the dist folder and server.js, I tried to run npm start
, but it prompted that package.json & node_modules are required. My question is whether it's possible to only need the dist folder and server.js, without the other two folders?
If my question is not clear, please leave a comment and I will respond as soon as possible.
package.json
{ "name": "ncmsui", "version": "0.0.0", "scripts": { "ng": "ng", "start": "node server.js", ...