Skip to main content

react

Download

View code


Example react app for @moralisweb3/react package. This app is bootstrapped using create-react-app (check their documentation for more info)

Getting started locally

  1. Copy/download this project
  2. Install all dependencies via yarn install or npm install
  3. 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