Commit 80eb9041 authored by Markus Mößler's avatar Markus Mößler
Browse files

updated readme

parent f35fe0d9
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -25,8 +25,21 @@ Use `git diff tornado-backend-stage-01:tornado-backend/blog.py react-tornado-api
* Tornado backend as an API for the react frontend.
* This can be found on branch `react-tornado-api-stage-01`.

#### Step 4
### Step 4

* (Full-stack) replication of the Tornado blog demo with react (frontend) and Tornado (backend).
* This can be found on branch `react-tornado-blog-stage-01`.

## Further Notes,

The documentations in the `./doc` directory as `.md` file can be rendered to the `./page` direcotry using,

```bash
pandoc -s xyz.md -o ../page/xyz.html --verbose
```

The slide show in the `./page` direcotry can be rendered to the `./page` direcotry using,

```bash
pandoc -t revealjs -s aidatho_tc_web_app_presentation.md -o aidatho_tc_web_app_presentation.html --include-in-header=header.html --slide-level=2 --citeproc --csl=apa-5th-edition.csl --bibliography=references.bib --verbose
```
 No newline at end of file