GitXplorerGitXplorer
o

fa-starter

public
1 stars
8 forks
23 issues

Commits

List of commits on branch main.
Verified
0e50f629c78265bfe3fc67d8c576725ddd877b21

Merge pull request #21 from antgreen13/feature/update-angular-and-flask

ookkays committed 2 years ago
Unverified
88a8d1798270461053f8726bd58b5c015e3b5cf4

updated angular and flasked to current versions

aantgreen13 committed 2 years ago
Verified
8aa44981b1428ad71634832ad07c884f63349896

Merge pull request #4 from dgray001/main

ookkays committed 3 years ago
Unverified
d7e058c0005b0072a20daaa3bf8239138ea4168a

gitignore

ddgray001 committed 3 years ago
Unverified
4fc00c6b269345f8b8ae46ea986454b5391e079f

angular v13

ddgray001 committed 3 years ago
Unverified
e702c41e2fbc8685e2654bc9f639d128b07524fd

angular material v12

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)