Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 478 Bytes

README.rst

File metadata and controls

30 lines (18 loc) · 478 Bytes

Installation

To install:

$ git clone http://github.com/silasb/flask_helpers/
$ cd flask_helpers/
$ make

If your PATH isn't set then you need to set it like this:

$ export PATH=$HOME/bin

Usage

To create a Flask project just:

$ flask my_project

Now to use the actually project you need to :

$ cd my_project
$ ./script/server

Visit localhost