Skip to content

Commit 09a80e0

Browse files
Update README.md
1 parent ef2f056 commit 09a80e0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Continuous Integration](https://github.com/aws-samples/react-cors-spa/actions/workflows/ci.yml/badge.svg)
1+
![Continuous Integration](https://github.com/treehousetechnology/react-typescript-s3-template/actions/workflows/ci.yml/badge.svg)
22

33
# Getting Started with the React Cors Application
44

@@ -14,11 +14,10 @@ then start the application locally using the following command:
1414

1515
In order to deploy to AWS, you have to take the following steps:
1616
1. Deploy the CloudFormation Template from the project (`react-cors-spa-stack.yaml`) using AWS CLI or AWS Console
17-
2. Once your stack is deployed, from the "Output" tab, identify the "APIEndpoint" URL as well as the S3 "Bucket" name
18-
3. Copy the API endpoint URL identified at step 2 and paste it in the App.js line 26
19-
4. Build the (using `yarn build`) app for distribution
20-
5. Upload the content of the `build` folder into the S3 bucket identified at step 2
21-
6. Access the application through the CloudFront distribution created at step 1
17+
2. Once your stack is deployed, from the "Output" tab, identify the S3 "Bucket" name
18+
3. Build the (using `yarn build`) app for distribution
19+
4. Upload the content of the `build` folder into the S3 bucket identified at step 2
20+
5. Access the application through the CloudFront distribution created at step 1
2221

2322
## Available Scripts
2423

0 commit comments

Comments
 (0)