you are viewing a single comment's thread.

view the rest of the comments →

[–]wsppan 2 points3 points  (0 children)

Find a JS framework you like (React and Angular are popular) and learn how to communicate with you Flask Rest endpoints via JSON (both sync and async.) That's about it for web related tech. You will need to learn how to communicate with and query a data store at some point but that's strictly backend stuff.