Skip to content

webmass/order-book

Repository files navigation

Responsive Order Book example with NextJS using WebSocket

Getting Started

Copy .env.example as .env.local

Install

yarn

Run development server

yarn dev

Open http://localhost:3000 with your browser to see the result.

Demo site

Demo

Tests

Unit tests :

yarn test

E2E tests :

yarn cypress