Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 564 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 564 Bytes

Express/Vue/Phaser/Webpack - io-game Boilerplate

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.

How To Get Started

  1. Clone the repo: git clone [email protected]:sekl/node-vue-phaser-boilerplate.git
  2. npm install
  3. npm run dev
  4. Client will run at http://localhost:8080 and server at http://localhost:8081