Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 565 Bytes

File metadata and controls

25 lines (16 loc) · 565 Bytes

Developing a Single Page App with Flask and Vue.js

Want to learn how to build this?

Check out the post.

Want to use this project?

  1. Fork/Clone

  2. Run the server-side Flask app in one terminal window: r

    
    Navigate to [http://localhost:5000](http://localhost:5000)
    
    
  3. Run the client-side Vue app in a different terminal window:

    $ cd client
    $ npm install
    $ npm run serve

    Navigate to http://localhost:8080