Skip to content

blopa2000/react-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

react-flask

  • Clone repository
git clone https://github.com/blopa2000/react-flask.git

Environment Variables

the application needs the environment variable

  • REACT_APP_SERVER the port where the server is running example http://localhost:5000

server

Go to folder server

cd server
pip install -r requirements.txt
python src/app.py

app

Go to folder app

cd app
npm i 
npm start

Releases

No releases published

Packages

No packages published