#Simple Flask app template seed
Features:
- Use Flask-Assets
- Flask-SQLAlchemy support
- bower support
- light-weight, keep the code as simple as possible
pip install -r requirements.txt
bower install
python manage.py create_db
python manage.py server
python manage.py create_db
python manage.py drop_db
python manage.py clean
bower install -S angularjs
in app/assets.py
, add libs you want to the Bundle