Skip to content

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Market Trade Processor Frontend

Welcome to the Market Trade Processor Frontend subproject!

This subproject is a part of Market Trade Processor project.

How to setup

Before start of the application please check "config/config.json", then execute:

npm install
npm run setup
npm start

Some Notes

  • You shouldn't use Node.js server directly in production. It is better to use something like Nginx, PM2 or forever project on your production server.

  • Flow graph doesn't work in IE properly as well as the source libraries examples. Please check the code source for more details.

How to test

Before test the application please check "config/config.json", then execute:

npm test