This repository was archived by the owner on Jan 26, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ queries.
1717First, you'll need to set up a new Parse app at [ Parse.com] ( https://parse.com ) .
1818This is where we'll store the remote data for your Todo list demo. Once you've
1919done this, insert your app's Application Id and JavaScript Key into the Parse
20- initialization call in [ ` app.js ` ] ( / js/app.js) .
20+ initialization call in [ ` app.js ` ] ( js/app.js ) .
2121
2222To run the application, you must have [ ` npm ` ] ( https://www.npmjs.org/ ) installed.
2323Once that is in place, you can build the app by running the following commands
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This simple demo of a Todo list helps demonstrate how easy it is to build
44automatic, optimistic CRUD applications with Parse + React.
55
66The only code for interacting with Parse is found in [ ` /js/TodoList.react.js ` ]
7- (/ js/TodoList.react.js). That component subscribes to a Parse Query, and issues
7+ (js/TodoList.react.js). That component subscribes to a Parse Query, and issues
88all of the Mutations necessary to allow users to create, update, and destroy
99list items.
1010
@@ -13,7 +13,7 @@ list items.
1313First, you'll need to set up a new Parse app at [ Parse.com] ( https://parse.com ) .
1414This is where we'll store the remote data for your Todo list demo. Once you've
1515done this, insert your app's Application Id and JavaScript Key into the Parse
16- initialization call in [ ` app.js ` ] ( / js/app.js) .
16+ initialization call in [ ` app.js ` ] ( js/app.js ) .
1717
1818To run the application, you must have [ ` npm ` ] ( https://www.npmjs.org/ ) installed.
1919Once that is in place, you can build the app by running the following commands
You can’t perform that action at this time.
0 commit comments