You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I highly recommend setting up some common scripts in your package.json at the start of your project. This ensures you create a consistent dev environment across all developers on the team.
On your next project try to set up a test and start script at the start of the process:
https://github.com/fac-14/DAAMwk5/blob/master/package.json#L6-L8
I highly recommend setting up some common scripts in your package.json at the start of your project. This ensures you create a consistent dev environment across all developers on the team.
On your next project try to set up a
test
andstart
script at the start of the process:Fyi you can also use nodemon on your test script :)
The text was updated successfully, but these errors were encountered: