jmsv / angularjs-flask

Some lovely boilerplate for an AngularJS + Python Flask web app – The minimumish code required to get a simple to-do list app running

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angularjs-flask


⚠️ Warning! AngularJS is considered outdated nowadays - Feel free to still use this boilerplate, although I recommend using Angular (2+) instead


some lovely boilerplate for an angularjs + python flask web app

Getting Started

  1. Make a new Python virtual environment using: python -m virtualenv venv or python3 -m venv venv
  2. Source into the new virtual env: source venv/bin/activate
  3. Install requirements: pip install -r requirements.txt
  4. Run server: python server.py

About

Some lovely boilerplate for an AngularJS + Python Flask web app – The minimumish code required to get a simple to-do list app running

License:MIT License


Languages

Language:JavaScript 37.7%Language:HTML 32.9%Language:Python 27.1%Language:CSS 2.2%