|
|
||
|---|---|---|
| app | ||
| config | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| README.md | ||
| SPEC.md | ||
| package-lock.json | ||
| package.json | ||
| requirements.txt | ||
| run.py | ||
| setup.sh | ||
| tsconfig.json | ||
| tsconfig.test.json | ||
| tslint.json | ||
| yarn.lock | ||
README.md
Setup
$./setup.sh creates the virtual env, installs python and node module dependencies.
running
$yarn start opens the browser pointing to the frontend of the blog, it also starts the blog api server.
The request with prefix /api are forwarded to the api server by the frondtend.