1.0.0 • Published 10 months ago

cra-template-pwa-mui-theme-redux-swr v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Getting Started with cra-template-pwa-mui-theme-redux-swr

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

Install dependencies

npm install

It will install the packages specified in the package.json file into the project. This is the recommended step to install the packages prior to run or build the application

Start application

npm start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.\ You may also see any lint errors in the console.

Unit Testing

npm test

Launches the test runner in the interactive watch mode.\ See the section about running tests for more information.

Build for production use

npm install && npm run build

This React Boilerplate includes below points.

  1. CRA Setup :white_check_mark:
  2. Eslint :white_check_mark:
  3. Prettier :white_check_mark:
  4. Airbnb Rules
  5. Jest with React Testing Lib for Unit testing
  6. PWA :white_check_mark:
  7. Git hooks
  8. Folder Structure
  9. React Router Config
  10. Commit lint and commitizen
  11. Material UI Components :white_check_mark:
  12. Required Components
  13. Required Features
  14. Redux :white_check_mark:
  15. API middleware :white_check_mark:
  16. Notification System
  17. Error Handling
  18. CI/CD Setup
  19. Performance monitoring
  20. Lighthouse
  21. Sonar
  22. Code suggestion and generation like ie.:- Component/Page
  23. SEO using React Helmet :white_check_mark:
  24. Nginx
  25. Docker
  26. Documentation
  27. Storybook :white_check_mark:
  28. Basic Login Page
  29. Basic dashboard Page
  30. MUI X Data Grid – Table :white_check_mark: