Skip to content

icecreammatt/flask-empty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-empty

This is my template file for new flask projects

Setup Instructions:

  1. Clone template project:

    1. git clone git@github.com:icecreammatt/flask-empty.git project-name.git
    2. cd project-name.git
    3. git branch project-name
    4. git checkout project-name
  2. Setup virtualenv: (From inside the project-name folder)

If virtualenv isn't installed run, easy_install pip; pip install virtualenv

  1. virtualenv venv
  2. . venv/bin/activate
  3. pip install Flask
  4. Run Sample: python run.py

Resources

About

This is a template project for new flask projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages