Skip to content

leov2000/perspective-nodejs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualizing Mock Order Books with Perspective

Dependencies

Install the JS for this project:

npm install

Build and Run

The server, client and mock-server need to be run in separate processes in the following order:

*mock-server *perspective server *client

To run the Mock Server:

npm run start:mock

To run the Perspective backend:

npm run start:server

To run the React client:

npm run start:client

Then visit localhost:3000 in your browser.

About

Perspective NodeJS example with a React client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published