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
# Starts the local dev server
npm start
# Build production ready app in the build folder
npm run build
# Analyze bundle size of the build
npm run analyze
# Clean the project folder
npm run clean