Skip to content

rapid-eth/cra-ethers-react-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRA + ethers-react-system

Quick start for using ethers-react-system in a new CRA

Terminal 1

git clone [email protected]:rapid-eth/ethers-react-system.git
cd ethers-react-system
npm install
npm link

Terminal 2

npx create-react-app ethers-react-system-experiment
rm yarn.lock
rm -rf node_modules
npm install
npm link ethers-react-system
npm run start

About

Quick start for using ethers-react-system in a new CRA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published