parse-server-migration-react-client
Example app in react, setup to work with a self-hosted parse-server.
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