This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

generator-colyseus-gcp

1.0.0 • Public • Published

generator-colyseus-gcp

Simple colyseus gcp project template.

Using Yeoman

To find out more about Yeoman, check out the documentation.

Getting Started

Before we get started this yeoman generator assumes you know how to use npm, yarn and node. This project template uses version 2 of yarn mostly for speed but it can be frustrating to work with.

  1. Install yeoman aka yo.
$ yarn global add yo
  1. Install generator-colyseus-gcp.
$ yarn global add generator-colyseus-gcp
  1. Create project with generator!
$ mkdir my-colyseus-gcp-project
cd my-colyseus-gcp-project && yo generator-colyseus-gcp

Usage

The project is setup with an app/client, app/server, and packages.

  1. Build project.
yarn workspace @appName/contract build
yarn workspace @appName/server build
yarn workspace @appName/client build
  1. Run the server and client.
yarn workspace @appName/server start
yarn workspace @appName/client start
  1. Deploy the projects to GCP and Netlify. Make sure to replace gcpServerLocation with the GCP server address (ie wss://my-cool-app.appspot.com/)
yarn workspace @appName/server deploy
NODE_ENV=production __SERVER_HOST=gcpServerLocation yarn workspace @appName/client deploy

License

The MIT License

Copyright (c) 2020, nate-wilkins

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Readme

Keywords

Package Sidebar

Install

npm i generator-colyseus-gcp

Weekly Downloads

19

Version

1.0.0

License

MIT

Unpacked Size

58 kB

Total Files

40

Last publish

Collaborators

  • nate-wilkins