Skeleton for the game.
To get up and running:
- "npm install"
- to launch server: from root directory "node index.js"
All css and js files are in the public directory along with assets.
If you use any packages please add them to the package.json by doing "npm install [package name] --save".