/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

Primary LanguageJavaScriptMIT LicenseMIT

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