Skip to content

Instantly share code, notes, and snippets.

@jimmychu0807
Created March 4, 2020 12:03
Show Gist options
  • Save jimmychu0807/2e1ebbe212c40e9d6fe0857b2539e88f to your computer and use it in GitHub Desktop.
Save jimmychu0807/2e1ebbe212c40e9d6fe0857b2539e88f to your computer and use it in GitHub Desktop.
Markdium-用 Substrate Front-end Template 轻松打造你的 React 应用
# -- 安装 NodeJS v12 (https://nodejs.org/en/download/),
# 及 yarn 工具 (https://classic.yarnpkg.com/en/docs/install)
# -- 下载 Substrate 前端模版并跑起来
cd ..
git clone https://github.com/substrate-developer-hub/substrate-front-end-template front-end-template
cd front-end-template
yarn install
yarn start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment