react
Example react app for @moralisweb3/react
package. This app is bootstrapped using create-react-app (check their documentation for more info)
Getting started locally
- Copy/download this project
- Install all dependencies via
yarn install
ornpm install
- Copy
.env.example
to.env
and fill in the values
Run your dapp
- Run
yarn start
to run the client locally
Now your app is running locally at localhost:3000