Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```