Follow the below steps to run the project
- Clone repository
- Run
yarnto install dependencies - Run
yarn devto run the project
| 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. |
The import feature has no validations, in assumption that in real project the file import processing is handled in the API.