lmao xddd
git clone {this repo url} cd project-beta npm i // install packages
// open two separate shells within directory
- npm run dev:client // runs webpack's local web server @ localhost:3000
- npm run dev:server // runs "game" server
these two will auto compile/restart on file changes