Skip to content

klis87/ractive-blog

Repository files navigation

Ractive blog

Demo blog application in Ractive.js for Build your Angular with Ractive.js tutorial series.

You can see it live here.

How to run locally

Install Python dependencies:

$ pip install -r requirements.txt

and run:

$ python app.py

Or if you are lazy like me, just use docker-compose:

$ docker-compose up

The website will be available at http://127.0.0.1:5000/.

Also, please note that the app was tested on Python 2.7 and 3.4+.

Releases

No releases published

Packages

No packages published