- Install Node.js
- cd to backend folder
npm i - cd to frontend folder
npm i
3.1 Create a .env file with API keys and ports.
- run backend (runs on port 3001)
node server.js - run frontend
npm run start(runs on port 3000) - launch browser at https://localhost:3000
