An open API service indexing awesome lists of open source software.

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)

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
)