Skip to content
Snippets Groups Projects
user avatar
Alice Li authored
2345d77c
History

cs409

put all react components + frontend in frontend folder (created with create-react-app) routes will go in app.py

to run: in one terminal, run python3 app.py in another, run "cd frontend" and then "npm start"