Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Todo List Example for Next.js (TS)

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

Running this example

  1. Clone this repository:
git clone [email protected]: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-next-ts-todo

After running the commands, use your web browser to open the example app at http://localhost:3031/. The example backend can be accessed using the Parse Dashboard at http://0.0.0.0:4040/.