Skip to content

Latest commit

Β 

History

History
39 lines (30 loc) Β· 1.55 KB

README.md

File metadata and controls

39 lines (30 loc) Β· 1.55 KB

novel-badge

This project was bootstrapped with Create React App.

Available Scripts

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 the build folder.

  • npm eject - exposes content of react-script package

Project Layout

.
β”œβ”€β”€ 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