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.
17
17
First, you'll need to set up a new Parse app at [ Parse.com] ( https://parse.com ) .
18
18
This is where we'll store the remote data for your Todo list demo. Once you've
19
19
done 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 ) .
21
21
22
22
To run the application, you must have [ ` npm ` ] ( https://www.npmjs.org/ ) installed.
23
23
Once 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
4
4
automatic, optimistic CRUD applications with Parse + React.
5
5
6
6
The 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
8
8
all of the Mutations necessary to allow users to create, update, and destroy
9
9
list items.
10
10
@@ -13,7 +13,7 @@ list items.
13
13
First, you'll need to set up a new Parse app at [ Parse.com] ( https://parse.com ) .
14
14
This is where we'll store the remote data for your Todo list demo. Once you've
15
15
done 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 ) .
17
17
18
18
To run the application, you must have [ ` npm ` ] ( https://www.npmjs.org/ ) installed.
19
19
Once 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