A Todo List Example app built using React and Typescript to illustrate the usage of the @parse/react library connecting to a Parse backend.
- Clone this repository:
git clone git@github.com:parse-community/parse-react.git
cd parse-react
- Install the dependencies:
npm install
- Run the example backend, and the example app:
npm run dev-backend-todo & npm run dev-react-ts-todo
After running the commands, your default web browser should automatically open the example app at http://localhost:3000/. The example backend can be accessed using the Parse Dashboard at http://0.0.0.0:4040/.