/tradeeasy

React project for trading strategy. Used Material UI

Primary LanguageHTML

tradEAsy logo
CI Status Code style: Prettier


MaterialUI logo React logo Trading View logo Redux logo
React · MaterialUI · TradingView · Redux

Install

  1. Clone the repo to a local folder
git clone -b <branch> https://github.com/TradEAsy/frontend.git
  1. CD into the folder and do a clean installation of the packages.
yarn install

Now you are ready to develop!

Usage

  • Start the server:
yarn start
  • Execute component tests:
yarn test
  • Build the project:
yarn build