Skip to content

Commit 2276ee8

Browse files
committed
Create README.md
1 parent f73d39f commit 2276ee8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

examples/Tornado-example/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Running the example
2+
===================
3+
4+
Install the dependencies
5+
6+
```
7+
pip install -r requirements.txt
8+
npm install
9+
```
10+
11+
Start the render server
12+
13+
```
14+
node server.js
15+
```
16+
17+
Start the python server
18+
19+
```
20+
python tornado-ex.py
21+
```
22+
23+
And visit [http://127.0.0.1:8000](http://127.0.0.1:8000)

0 commit comments

Comments
 (0)