KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ng2-flask
★ 8
Open GitHub ↗
Angular2 tour-of-heroes with flask
Download README (.md)
Explore Similar Repositories
jvscript.fr
:
Le site regroupant les scripts JVC
cuckoo-api
:
PHP wrapper for Cuckoo Sandbox API.
cqrs-grid-demo
:
Microservices, CQRS and MongoDB with DevExtreme grid widgets
cakephp2-postgres-no-meta
:
A CakePHP2 Postgres database driver without getColumnMeta() support
rxbus
:
Event bus framework supports sticky events and subscribers' priority based on RxJava 2.x
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ng2-flask
?
Download (.md)
# ng2-flask [](http://hits.dwyl.io/sameer-j/sameer-j/ng2-flask) Angular2 tour-of-heroes project with flask - first install python-flask and nodejs - To install the dependencies, go the ClientApp folder and do: ``` $ npm install ``` - To run the app, at the root folder do: ``` $ python app.py ``` Variations over angular2 tutorial: - use of flask as server - moved js and map files to app/jsdump folder - moved html, css files to app/assets folder - removed angular-in-memory-api, replaced with a simple dict-db implemented in python - flask rest api, without using any plugin