Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 228 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 228 Bytes

Template of Flask Server and Vue.js App

How to Run

Server (Flask)

$ cd server
$ pip install -r requirements.txt
$ python app.py

Client (Vue.js App)

$ cd client
$ npm i
$ npm run serve