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
Figure out how to properly separate the 'dev' and 'prod' environments.
Each environment should have its own separate MongoDB database
The 'dev' environment should ideally have a 'test' user the developer can log in to
The development environment should run the front-end via node (so that it can be modified during development) as opposed to building it into a html file via npm run build.
The text was updated successfully, but these errors were encountered:
Figure out how to properly separate the 'dev' and 'prod' environments.
npm run build
.The text was updated successfully, but these errors were encountered: