Responsive Order Book example with NextJS using WebSocket
Copy .env.example
as .env.local
Install
yarn
Run development server
yarn dev
Open http://localhost:3000 with your browser to see the result.
Unit tests :
yarn test
E2E tests :
yarn cypress