Digital Object Identifier available for citation at:
- Built using Typescript.
- Built using the official
redux-toolkit
template. - All the dependencies in package.json are up-to-date.
- Redux folder structure is all set. Everything is decoupled upon store, slices, actions.
- Common, Type Definitions, Enums, Utils.
- Console Logs disabled in Prod Environment.
- Basic routing is integrated.
- Protected routes.
- Components are divided into Modules, Pages, Components, Molecule and Atom. (Modules being biggest and atom being smallest).
- Module Level Lazy Loading added.
- Material-UI (MUI) is integrated including fonts and icons.
- Basic Material Responsive Layout is added (Header/AppBar, SideNav/Drawer, MainContent).
- Centralized/Global MUI theme is added. (Almost zero CSS is used in the app).
- Auto/Manual Dark/Light theme is added.
- OpenAPI/Swagger Service Generator
- or axios interceptors.
- API Service unit tests.
In the project directory, you can run:
Runs the app in the development mode securely with TLS.
Make sure you have mkCert configured properly.
Open đź”’https://localhost:5173 to view it in the browser.
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Mimic static hosting from dist folder.
Clean Build and Preview. Handy for testing PWA features.
Run to update all packages to their latest version.
Run to format all files using prettier.
Run to Dry Lint all files.
Run to fix all auto fixable eslint error.
To learn React, check out the React documentation.