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
# start the webpack client-side compiler process
npx prepack
# start the typescript server-side compiler process
npx tsc -w
# start the server
npm start