/fask

Fast flask app to serve static files for javascript development

Primary LanguageHTMLApache License 2.0Apache-2.0

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.