GameHub created for CS370's term project
- Git clone and download project
- Cd into the backend
- Run
npm install - Run
npm start dev - Open another window and cd into the front end
- Run
npm install - Run
npm start - If the above commands have installed all packages correctly, you should have a working project!