This app simply displays FTX's Perpetual pairs top 10 by 24hr volume using the public API and React to refresh every half a second
To get it to work you need to start the backend then the front end:
To start the backend:
- cd backend/ && npm i
- node app.js
To start the frontend
- new termital tab
- cd to root of app
- npm i
- npm start
- It will ask you if you want to start on a different port, type y and enter