Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 356 Bytes

File metadata and controls

8 lines (4 loc) · 356 Bytes

HackMIT

If you haven't done already, run pip install flask and pip install python-dotenv.

Setup

Start two integrated terminals in VS Code. In one of them, run cd frontend && npm run start-backend and in the other, navigate cd frontend, run npm install, and then run npm start. Then navigate to http://localhost:3000/ on the browser.