Run the demo applicationΒΆ

Type these commands in the terminal:

$ git clone git@github.com:juniors90/Flask-FomanticUI.git
$ cd Flask-FomanticUI
$ pip install -r requirements/sample_app.txt
$ cd sample_app

You want to use to run the application:

$ python fomantic/app.py

Now go to http://localhost:5000.