Skip to content

terminalai/EnglishGenie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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