To make it easier to create a quick flask react app
Project description
Getting Started with makeflaskreact
This app makes it easier for your to build a react flask application.
Flask does not directly work with React in development as it needs cors to handle the cross-origin error on your local react app. So, this boiler plate reduces the time spent creating a simple react and flask app.
Requirements are yarn or npm and python>=3.6.0
To install:
$ pip install makeflaskreact
To run:
$ makeflaskreact
optionally:
add --name PROJECT_NAME to change the project name from app to what you want.
add --norun or N to run the server and client on exceution of the script
Parameters
| Input | Defaults |
|---|---|
| name (--name/-A) | app |
| run (--run/-r) (--no-run/-N) | True -- will run if --no-run is not present |
| server name | server |
| python (used to create virtual env and download requirments) | python |
| host | 127.0.0.1 |
| port | 5000 |
| react client | no default will ask for either yarn (0.25+) or npm (5.2+) |
| client | client |
Final Output
Assuming standard run makeflaskreact
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file makeflaskreact-1.0.8.tar.gz.
File metadata
- Download URL: makeflaskreact-1.0.8.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a6c1bad0cfba37308fdb5706b5889ec181ae6bda35a1a33f38e3839353a15bf
|
|
| MD5 |
20045bd5ae060dfb81bfa09c1dcbe959
|
|
| BLAKE2b-256 |
b3d131a495db8e9bc003b2a3d9ae9e947345446fd6b847d5bea16fdc8f09f73c
|