1.1.1 • Published 4 years ago
cra-template-andrew v1.1.1
cra-template-andrew
This template was built by @andrewlias, and act as a boilerplate for web3 dApp interfaces.
To use this template, add --template andrew
when creating a new app.
For example:
npx create-react-app my-app --template andrew
# or
yarn create react-app my-app --template andrew
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.