GitXplorerGitXplorer
o

fa-starter

public
1 stars
8 forks
23 issues

Commits

List of commits on branch main.
Unverified
9f04e0e2ccf6a758723f6a7c6b3d9113a0f2d34d

angular v12

ddgray001 committed 3 years ago
Unverified
837e3744808eba2fc12ab122ed83acd15600c2c9

angular material to v11

ddgray001 committed 3 years ago
Unverified
b0a9b60b97b5f69788579943d82f77f2768582d5

v11 angular

ddgray001 committed 3 years ago
Unverified
3b8d929dfbfabf3e551b84c0962e8d64fb0c4620

v10 finished

ddgray001 committed 3 years ago
Unverified
162c3a416854450791746ee4b65980104484aafa

v10

ddgray001 committed 3 years ago
Unverified
6b995c36548e1382af23174df6eed6e2533597df

v10

ddgray001 committed 3 years ago

README

The README file for this repository.

Example Angular-on-Flask Starter

To get started:

  • Follow instructions in example.env
  • Run npm install from this folder
  • Run python -m pip install -r requirements.txt
    • Use python3
    • You may use a venv.

To run in development mode:

  • Set FLASK_ENV to development in .env
  • python -m flask run
  • ng serve
  • navigate to http://localhost:5000 (or whatever your flask instance is)

To run in production mode:

  • Set FLASK_ENV to production in .env
  • ng build --prod
  • npm start
  • navigate to http://localhost:8000 (or whatever your flask instance is)