Skip to content

Commit

Permalink
Update quick_start.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabieniec authored Aug 24, 2018
1 parent aa37bd6 commit cfc9057
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/media/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,12 @@ You can quickly create your backend from scratch with Automatic Setup, or use Ma
$ amplify init
```

Accept all defaults except for the `Distribution Directory Path`, change this to "." so that our entire folder is uploaded to Amazon S3 for hosting:

```bash
$ ? Distribution Directory Path (dist): .
```

> When you run `amplify init` command you are asked for the details of your project. A configuration file for your app is put in your configured source directory called `aws-exports.js`.
```js
Expand Down

0 comments on commit cfc9057

Please sign in to comment.