-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node ./src/server.js #36
Comments
|
The snippet above shows how to write start script in pakcage.json, in case you didn't know. Also start script should be there by default but... somehow it does not always work. |
Thanks for the comment. There is the following bit in the package.json. Re: nodemon, please see #23. "description": "", |
I suggested you also added "start" to scripts as outlined above. And, perhaps, start:watch. |
I had to look it up how to run the server when there is no run script in package.json! Please include one (at the start of your project, ideally).
The text was updated successfully, but these errors were encountered: