1 Star 0 Fork 0

hanxin/fullstack-dapp-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitpod.yml 653 Bytes
一键复制 编辑 原始数据 按行查看 历史
hanxin789 提交于 2022-11-08 20:49 +08:00 . Initial commit
tasks:
- name: App
init: >
yarn && yarn prepare &&
gp sync-done install
command: REACT_APP_PROVIDER=$(gp url 8545) yarn start
- name: Chain
init: gp sync-await install
command: yarn chain --hostname 0.0.0.0
openMode: split-right
- name: Deployment
init: gp sync-await install
command: yarn deploy
openMode: split-right
ports:
- port: 3000
onOpen: open-preview
- port: 8545
onOpen: ignore
visibility: public
github:
prebuilds:
pullRequestsFromForks: true
addComment: true
vscode:
extensions:
- dbaeumer.vscode-eslint
- esbenp.prettier-vscode
- juanblanco.solidity
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fengpangzi_space/fullstack-dapp-template.git
git@gitee.com:fengpangzi_space/fullstack-dapp-template.git
fengpangzi_space
fullstack-dapp-template
fullstack-dapp-template
master

搜索帮助