A multiplayer game made with Cocos Creator.
-
Open root folder with Cocos Creator ^2.0.9.
-
Start editing.
-
Go to
server
folder. -
Open up command tool in that directory, type
npm install
to install modules. -
Type
npm install concurrently nodemon typescript -g
to install global modules. -
Type
npm start
to start development server.
- Simply deploy
server
branch.