You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This sample application shows how to use GraphQL to build an application that a
15
15
16
16
+[NodeJS](https://nodejs.org/en/download/) with [NPM](https://docs.npmjs.com/getting-started/installing-node)
17
17
18
-
+[AWS Mobile CLI v1.1.0](https://github.com/aws/awsmobile-cli)
18
+
+[AWS Ampify CLI](https://aws-amplify.github.io/)
19
19
-`npm install -g @aws-amplify/cli`
20
20
-`amplify configure`
21
21
@@ -61,8 +61,7 @@ amplify add api
61
61
62
62

63
63
64
-
After running this command, you edit the schema.graphql located at `amplify/backend/api/<-projectname->/schema.graphql`. You may
65
-
delete the one at the root of the project directory as it will no longer be used.
64
+
> After running this command, you edit the schema.graphql located at `amplify/backend/api/<-projectname->/schema.graphql`. You may delete the one at the root of the project directory as it will no longer be used.
0 commit comments