This project was bootstrapped with Create React App.
In the project directory, you can run:
-
npm start- runs the app in the development mode. Open http://localhost:3000 to view it in the browser. -
npm test- launches the test runner in the interactive watch mode. -
npm build- builds the app for production to thebuildfolder. -
npm eject- exposes content ofreact-scriptpackage
.
├── build # Compiled files, production-ready build.
├── public # Static files.
├── src # Source files.
| ├── assets # Local static resources
| ├── components # Business common components
| ├── constants
| ├── hooks # Custom hooks
| ├── icons
| ├── layouts # General layout
| ├── router # The routing logic.
| ├── services # Services are to manage all api requests.
| ├── styles # This module holds our application-level styles.
| ├── theme # MUI theme configuration
| ├── utils # Tool library
| └── views # All the various features/screens/pages are defined here.
├── .gitignore
├── .prettierrc
├── jsconfig.json
├── package.json
└── README.md