Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 660 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 660 Bytes

Preview this template on the CodeSandbox

https://githubbox.com/terra-money/wallet-provider/tree/main/templates/create-react-app

How to use this template

npx copy-github-directory https://github.com/terra-money/wallet-provider/tree/main/templates/create-react-app your-app-name
cd your-app-name
yarn install
yarn start

Or if you want to start development based on yarn (2.0) workspaces,

npx copy-github-directory workspace your-workspace-name
cd your-workspace-name
npx copy-github-directory https://github.com/terra-money/wallet-provider/tree/main/templates/create-react-app your-app-name
yarn install
cd your-app-name
yarn start