create-xterio-reactwebgl
v0.1.0
Published
## Create Template Project
Readme
create-reactwebgl
Create Template Project
Node required:>=v16.19.1
use create command
$ npm create xterio-reactwebgl@latestOr first globally instal create-xterio-reactwebgl and then create it using the command.
npm install create-xterio-reactwebgl@latest -g
create-xterio-reactwebglStart
After creating the project, follow the prompt commands to start the project.
cd xterio-react-webgl-starter
npm install
npm run devScaffolding 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 patchLogin to NPM
npm loginPublish
npm publish