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
npm ci # to install from LOCK file
OR
npm install # to rebuild the dependencies
Running
Development Server
npm run build
npm run proxy
Compile changes on the fly
npm run webpack -- --watch
This will start webpack (watches client files) and proxy (routes all server calls to CodeCombat's production servers). (You can also just use npm run proxy to run the server without keeping webpack watching for changes.)