create-xterio-reactwebgl
v0.1.0
Published
## Create Template Project
Downloads
92
Readme
create-reactwebgl
Create Template Project
Node required:>=v16.19.1
use create command
$ npm create xterio-reactwebgl@latest
Or first globally instal create-xterio-reactwebgl
and then create it using the command.
npm install create-xterio-reactwebgl@latest -g
create-xterio-reactwebgl
Start
After creating the project, follow the prompt commands to start the project.
cd xterio-react-webgl-starter
npm install
npm run dev
Scaffolding project capabilities
Quick Start
- Use React to integrate Unity WebGL projects
- Convenient integration of React and Unity communication tools
- Integration of Xterio SDK: @xterio-sdk/auth, @xterio-sdk/wallet
- Integration of Telegram mini app development capabilities
Deployment
Version
npm version major
# or
npm version minor
# or
npm version patch
Login to NPM
npm login
Publish
npm publish