Skip to content

chrisbay/simple-flask-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Flask Template

A project template for a minimal Flask app with Bootstrap

Getting Started

  1. Fork/clone/download this repo

  2. Create a virtual environment that uses Python 3:

    $ virtualenv -p $(which python3) venv
    
  3. Activate the virtual environment:

    $ source venv/bin/activate
    
  4. Install dependencies:

    $ pip install -r requirements.txt
    
  5. Run the app:

    $ python run.py
    

About

A project template for a minimal Flask app with Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published