Skip to content

CS132 project: Cryptocurrency trading game and bot simulator

License

Notifications You must be signed in to change notification settings

therladbsgh/crypthub

Repository files navigation

Setup:

npm install

Cleanup (remove node modules and /dist):

npm run clean

Run backend and frontend for development (i.e. with full hot reloading):

npm run dev

You can also run the backend and frontend for development separately (in order to differentiate output streams):

npm run backend
npm run frontend

Build files to /dist:

npm run build

Run for production (outputs files in /dist and runs express server to serve them, along with backend):

npm run prod

About

CS132 project: Cryptocurrency trading game and bot simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •