CodeSandbox Link: https://codesandbox.io/s/elegant-bardeen-ojdwp7
From your terminal:
npm run devThis starts your app in development mode, rebuilding assets on file changes.
First, build your app for production:
npm run buildThen run the app in production mode:
npm startor
# using pm2
pm2 start npm -- startNow you'll need to pick a host to deploy it to.
