Go By Example in Wechat miniapp
This WeChat miniapp was developed using Taro + Typescript + React. Golang code examples can be browsed in WeChat miniapp.
Use WeChat Scan Code
Development
# clone to local
git clone https://github.com/jackdon/gowx-miniapp.git
# yarn install npm dependency
yarn
# run
yarn dev:weapp
yarn dev: weapp
will compile the original code into small program code todist
, use WeChat Developer Tools to import the project to preview
Miniapp server side
Please see: gowxapi