browser-game A sandbox to let me play around with JS browser-based game development. Project Setup npm install Compile and Hot-Reload for Development npm start Compile and Minify for Production npm run build Lint with ESLint npm run lint