Buzzwords...
But this is the truth: By cloning this repo and following the instructions you might get a working flask app that can ping arbitrary domains when the client asks for it.
The client is a webpack-powered, ReactJS app styled by bootstrap.
please be tidy, do this in a virtualenv
mkvirtualenv flask-react
pip install -r requirements.txtand enure that the executables are visible in the PATH
npm install
export PATH=`pwd`/node_modules/bin:$PATHwebpack will turn the
make staticthis will also serve the static files
make runmake workers