Skip to content

denielaa/react-trading-app

Repository files navigation

react-trading-app

Quick Start

Follow the below steps to run the project

  1. Clone repository
  2. Run yarn to install dependencies
  3. Run yarn dev to run the project

Project structure

File or folder Description
src/Project Project module
src/shared Components, constants, utils, hooks, styles etc. that can be used anywhere in the codebase. Any module is allowed to import from shared.

Notes

The import feature has no validations, in assumption that in real project the file import processing is handled in the API.

Releases

No releases published

Packages

No packages published