Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Nils Garland
18,416 PointsExporting Flask Locally
Hi! I have been working on my own project with flask for a while but I don't know how to use and run flask locally. I have Python installed ec, but I am worried nothing is to become from the application I have created. Is there anywhere I can turn to solve this? Kenneth Love
1 Answer
Kenneth Love
Treehouse Guest TeacherYou can download your Workspace and run it locally assuming you have Flask installed. You could also put your Flask app on Heroku or another web host.
Nils Garland
18,416 PointsNils Garland
18,416 PointsThanks!