2017-08-10 04:54:18 +00:00
|
|
|
### Setup
|
|
|
|
|
`$./setup.sh` creates the virtual env, installs python and node module dependencies.
|
2017-08-09 05:20:04 +00:00
|
|
|
|
|
|
|
|
|
2017-08-10 05:02:33 +00:00
|
|
|
### Running
|
|
|
|
|
`$./run.sh` opens the browser pointing to the frontend of the blog, it also starts the blog's api server.
|
2017-08-09 05:20:04 +00:00
|
|
|
|
2017-08-10 04:54:18 +00:00
|
|
|
The request with prefix `/api` are forwarded to the api server by the frondtend.
|