A React dashboard boilerplate project.
The Angular edition of Dashboard Starter can be found at https://github.com/j1032w/dashboard-starter
https://gitlab.com/j1032w/react-dashboard-starter/-/pipelines
- Built with React 18, Typescript 4, react-redux 7, and Material UI 5
- Nx monorepo structure with vite builder
- Integrated CSS Module with SCSS
- Unit testing with Jest and React Testing Library
- E2E automation testing with Cypress
- ESlint and Prettier
- Gitlab CI/CD pipeline
- Clone repository
git clone https://github.com/j1032w/react-dashboard-starter.git
- Running development server
yarn install
yarn start
- Navigate to http://localhost:4200/
yarn test
yarn lint
yarn build