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
# to install the packages that application need to run
npm install
# to build the project, so that we can deploy it later on
npm run build
# serve the build files (running the built application)
npm install -g serve
serve -s build