Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chase-manning/cra-template-dapp
A Project Boilerplate Create React App Template for Creating EVM Dapps
https://github.com/chase-manning/cra-template-dapp
blockchain boilerplate create-react-app dapp ethereum react react-redux redux reduxjs template typescript web3
Last synced: 23 days ago
JSON representation
A Project Boilerplate Create React App Template for Creating EVM Dapps
- Host: GitHub
- URL: https://github.com/chase-manning/cra-template-dapp
- Owner: chase-manning
- License: mit
- Created: 2021-10-16T16:56:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T19:51:58.000Z (over 2 years ago)
- Last Synced: 2024-09-22T01:39:12.934Z (about 2 months ago)
- Topics: blockchain, boilerplate, create-react-app, dapp, ethereum, react, react-redux, redux, reduxjs, template, typescript, web3
- Language: TypeScript
- Homepage:
- Size: 1.71 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cra-template-dapp
A Project Boilerplate Create React App Template for Creating EVM Dapps.
Using React, Typescript, Redux, Styled Components, React Router & useDapp.## Get Started
```sh
npx create-react-app my-app --template dapp# or yarn
yarn create react-app my-app --template dapp
```