Skip to content

Commit 79fed83

Browse files
author
elorzafe
authored
Update amplifycli_react_tutorial.md
1 parent 05f1bfb commit 79fed83

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

amplifycli_react_tutorial.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ This tutorial walks you through how to use the AWS Amplify CLI with a React appl
55

66
# Installation
77

8-
**Note** The following steps will change slightly after the Amplify CLI is released publicly.
8+
```
9+
$ npm install -g @aws-amplify/cli
10+
$ amplify configure
11+
```
912

1013
If you're using Windows, we recommend the [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
1114

1215
- An AWS Account and credentials are required. For more information about how to find your credentials, see [AWS Mobile CLI User Credentials](https://docs.aws.amazon.com/aws-mobile/latest/developerguide/aws-mobile-cli-credentials.html) in the *AWS Mobile User Guide*.
13-
- Ensure that you have Node.js installed.
14-
- Ensure that you have [lerna](https://github.com/lerna/lerna) installed globally.
15-
- Download the Amplify CLI from [HERE](https://s3.amazonaws.com/amplify-cli-beta-3dd89264-8c7c-11e8-9eb6-529269fb1459/amplify-cli-0.1.0-8-8-18.tgz).
16-
- Go to the unpacked directory (usually called `package`) and run `npm run setup-dev`
1716
- Ensure you have [Create React App](https://github.com/facebook/create-react-app) installed.
1817
- Create a new project as follows:<br>
1918
`yarn create-react-app -g`<br>

0 commit comments

Comments
 (0)