Skip to content

ekanshsinghal/mongodb-react-flask-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongodb-react-flask-boilerplate

Instructions to start server

cd server

python app.py

This project was bootstrapped with Create React App.

Instructions to frontend

cd frontend

npm start

Open link http://localhost:5000 in your browser

Build front-end for production

cd frontend

npm run build