Skip to content

Commit

Permalink
Added additional instructions for local deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tan committed Jan 8, 2020
1 parent 5a93f9a commit a9dbc7e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ The push commands will create the following:
* DynamoDB
* AppSync API

## Install frontend dependencies

```bash
npm install
```

# Deploy Application using Amplify Console

Execute the following CloudFormation to create the `AmplifyBackendDeploymentRole` service role that would be used by Amplify.
Expand Down Expand Up @@ -220,7 +226,11 @@ If you deployed the application locally, you can start the server using the foll
npm start
```

This command would automatically open the browser. If this is your first time accessing the application, you should create a new account and validate it. Once you're logged in you can start adding stock symbols to monitor. See the following screenshot:
This command would automatically open the browser.

Alternatively, if you deployed via the Amplify Console, you can open the application using the URL generated from Amplify Console.

If this is your first time accessing the application, you should create a new account and validate it. Once you're logged in you can start adding stock symbols to monitor. See the following screenshot:

![Manage Stock Symbols](doc-images/manage-stock-symbols.png)

Expand Down

0 comments on commit a9dbc7e

Please sign in to comment.