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
Simple question here,
if I want to deploy in production, should I simply run : npm run build,
and, run npm install upload the /build/ folder, and then, run npm start on that ?
Also, during the website is up and running, how I update the site ?
Should I turn off the website, or upload new file and run migration without stop the server ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi !
Simple question here,
if I want to deploy in production, should I simply run :
npm run build
,and, run
npm install
upload the/build/
folder, and then, runnpm start
on that ?Also, during the website is up and running, how I update the site ?
Should I turn off the website, or upload new file and run migration without stop the server ?
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions