/vue-flask-boilerplate

Simple boiler plate project built with vue and bootstrap frontend, flask backend.

Primary LanguageJavaScriptMIT LicenseMIT

Flask - Vue Boilerplate

Simple boiler plate project built with vue and bootstrap frontend, flask backend.

To start the backend (Flask):

cd backend

FLASK_APP=run.py FLASK_DEBUG=1 flask run 

To start the frontend (Vue):

cd frontend

(First time Only) npm install
   
npm start

Viewing the already existing pages:

Accessing Frontend through flask:

Run the following the frontend folder (It will generate a dist folder which flask will read from)

npm build

With flask running