I wrote an Express Server. How can I build it now to deploy it on a WebApp? I don't have any build scripts in the project..
CodePudding user response:
Don't you have any script in your package.json ? Should be something like "start": "node ."
I wrote an Express Server. How can I build it now to deploy it on a WebApp? I don't have any build scripts in the project..
CodePudding user response:
Don't you have any script in your package.json ? Should be something like "start": "node ."