jmatt / fask

Fast flask app to serve static files for javascript development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fask

Fast flask app to serve static fiels for javascript development

Install

git clone https://github.com/jmatt/fask.git
cd fask
pip install -r requirements.txt

Use

Just initialize and run fask.

python fask.py

Structure

assets/

Any static files in the assets directory will be served up through the flask dev web server.

assets/vendor

Any third party dependencies, such as bootstrap.

About

Fast flask app to serve static files for javascript development

License:Apache License 2.0


Languages

Language:HTML 73.0%Language:Python 12.0%Language:JavaScript 11.5%Language:CSS 3.4%