Make sure you have installed:
Client dependency in app/package.json
Server dependency flask
and flask_cors
In this directory (root), run:
- Client:
npm run client
- Server:
npm run server
Alternative (Tested: Mac OS/Linux) :
$ cd server
$ virtualenv flask
$ flask/bin/pip install flask flask_cors
$ chmod a+x server.py
$ ./server.py
This program work fluenty and tested in Mac OS. It should be well in Windows and Linux.