Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.
/ angularjs-flask Public archive

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

License

Notifications You must be signed in to change notification settings

jmsv/angularjs-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published