-
Front-end
- React 15.4.0 || 16.0.0 +
https://reactjs.org/docs/dom-elements.html
- Yarn : 패키지매니저(기존npm과 비슷)
- Parcel: Web Application Bundler (기존WebPack비슷, 설정 덜복잡하고, 속도가빠름)
-
Back-end
- Python 3.5.0+
-
Flask 0.17.0+
-
Front-end
-
1)yarn install
-
2)yarn run watch
-
-
Back-end
-
1)pip install -r requirements.txt
-
2)python dashboard.py or FLASK_APP=dashboard.py flask run
-