stack:
- Python 2.7
- sqlitedb (persistance)
- Flask + Flask Restful
commands:
sudo pip install --ignore-installed -r requirements.txt
python api/app.py
note: if pip install throws package install errors, please try to install those packages individually trough (sudo?) pip install xxx
(api must be running)
stack:
- Webpack + Babel (ES6&7)
- ReactJS with Mobservables
commands:
sudo npm install
npm run start
(dev)npm run dist
(prod static build (in /dist))