https://github.com/arsenlosenko/flask-react
Local setup of Flask and React(using Gulp)
https://github.com/arsenlosenko/flask-react
flask gulp js python react
Last synced: 3 months ago
JSON representation
Local setup of Flask and React(using Gulp)
- Host: GitHub
- URL: https://github.com/arsenlosenko/flask-react
- Owner: arsenlosenko
- License: mit
- Created: 2017-09-30T18:09:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T08:48:14.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T11:26:55.760Z (over 1 year ago)
- Topics: flask, gulp, js, python, react
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask-react
### Project structure
~~~
./
├── flask-react
│ ├── __init__.py
│ ├── server
│ │ └── server.py
│ └── static
│ ├── css
│ ├── dist
│ ├── index.html
│ ├── js
│ ├── node_modules
│ ├── package.json
│ └── package-lock.json
├── LICENSE
├── README.md
└── venv
~~~
### React Setup:
[Setup React with Gulp](https://medium.com/@zymnytskiy/how-to-setup-gulp-with-es7-and-react-41b0dcb73d65
)