Skip to content

Commit

Permalink
More docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andylindebros committed Sep 6, 2022
1 parent 779b7b5 commit bb97829
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,19 @@ Models.VStack(spacing: 20) {
## See example apps within this package
- iOS App: ServerDrivenSwiftUIExampleProject
- Vapor server - ServerExample


### Run the example apps:
1. open up your terminal
2. navigate to ServerExample
```bash
cd ServerExample
```
3. enter `vapor run` to start the server
```Bash
vapor run
```

4. Open ServerDrivenSwiftUIExampleProject in xcode.
5. Compile and run
6. Should should now be able to see the server rendered content in the app.

0 comments on commit bb97829

Please sign in to comment.