Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning authored Mar 25, 2019
1 parent a7b86dd commit b794a4f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,18 @@ Now run `ng build`, which will create a `dist` directory with your compiled code

### Check if it works

Now create a directory **in the parent directory of your angular project** that is called `root-config`. Create an `index.html` file in it:
Now create a file **in the parent directory of your angular project** called `index.html` file in it. Your directory structure should look like this:
```
index.html
nameOfAngularProject
--> dist
----> nameOfAngularProject
------> main.js
--> src
--> package.json
--> angular.json
```

```html
<!DOCTYPE html>
<html>
Expand Down

0 comments on commit b794a4f

Please sign in to comment.