https://github.com/nkilm/create-react-flask
template for projects with ReactJS as frontend and Flask as backend.
https://github.com/nkilm/create-react-flask
hacktoberfest ml npx react-flask
Last synced: 25 days ago
JSON representation
template for projects with ReactJS as frontend and Flask as backend.
- Host: GitHub
- URL: https://github.com/nkilm/create-react-flask
- Owner: nkilm
- License: mit
- Created: 2022-07-28T19:11:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T17:47:28.000Z (over 3 years ago)
- Last Synced: 2025-10-08T03:21:05.992Z (4 months ago)
- Topics: hacktoberfest, ml, npx, react-flask
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/create-react-flask
- Size: 309 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create React Flask
```bash
npx create-react-flask my-app
```
# Usage
`NOTE: First run server i.e, main.py`
## Backend
#### If you have `git bash` on Windows machine, you can directly run `bash init-server.sh`
- Create virtual environment for python
```bash
cd backend-flask
```
```bash
pip install -r requirements.txt
```
- Start server
```bash
python main.py
```
## Frontend
- cd to `root directory` then execute the below commands
```bash
npm install
```
```bash
npm run start
```
## Visuals
- Success Response
---

- Error response
---
