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 thebuild
folder. -
npm eject
- exposes content ofreact-script
package
.
βββ 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