You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Basic boilerplate for getting started with <a href="http://flask.pocoo.org/">Flask</a>, a basic framework for building web apps in Python. Includes jQuery 1.9 and basic directory structure (including extending templates).</p>
<h3>Getting Started</h3>
<ul>
<li>set up virtual env</li>
<li>pip install flask</li>
<li>python runserver.py</li>
</ul>
<p>More documentation on Flask <a href="http://flask.pocoo.org/docs/">here</a></p>