Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sameer-j/ng2-flask
Angular2 tour-of-heroes with flask
https://github.com/sameer-j/ng2-flask
angular angular-2 angular2 angular2-tour flask ng2-flask python
Last synced: 3 months ago
JSON representation
Angular2 tour-of-heroes with flask
- Host: GitHub
- URL: https://github.com/sameer-j/ng2-flask
- Owner: sameer-j
- License: mit
- Created: 2017-01-18T06:08:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T19:51:42.000Z (over 4 years ago)
- Last Synced: 2024-09-28T17:21:48.554Z (3 months ago)
- Topics: angular, angular-2, angular2, angular2-tour, flask, ng2-flask, python
- Language: TypeScript
- Size: 39.1 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ng2-flask
[![HitCount](http://hits.dwyl.io/sameer-j/sameer-j/ng2-flask.svg)](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