A boilerplate to quickly get started developing online-games based on a Node/Express server and Vue/Phaser client. Vue can be used for the UI or account/other pages while Phaser renders the actual game.
Based on the VueJS webpack template.
- Clone the repo:
git clone [email protected]:sekl/node-vue-phaser-boilerplate.git
npm install
npm run dev
- Client will run at
http://localhost:8080
and server athttp://localhost:8081