Trading platform for submitting and matching orders, forked from the amazing @mihailgaberov. 🐙
Built with React, Typescript and consumes a Golang API I built.
🐿️ richo225/octgopus 🐿️
To run the app, follow these steps.
- Ensure that NodeJS(16+) is installed.
- Install yarn.
- From the project folder, execute the following commands:
To install dependencies:
yarn
To run the app:
yarn start
To run the tests:
yarn test