Skip to content

Files

react-ts-todo

Todo List Example for React (TS)

A Todo List Example app built using React and Typescript to illustrate the usage of the @parse/react library connecting to a Parse backend.

Running this example

  1. Clone this repository:
git clone git@github.com:parse-community/parse-react.git
cd parse-react
  1. Install the dependencies:
npm install
  1. 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/.