Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 770 Bytes

File metadata and controls

28 lines (20 loc) · 770 Bytes

react-mui-template

This project showcases an administration interface built with a stack that combines the power of MUI, React, TypeScript, i18n, React Query, vite, Storybook, pnpm workspace and Cypress.

Installation

  1. Clone this repository to your local machine using:

    git clone https://github.com/Developartment/mui-react-example/tree/master .
    
  2. Install dependencies using pnpm:

    pnpm install
    
  3. Create .env file

    cp apps/demo/.env.example apps/demo/.env
    
  4. Run demo app:

    pnpm demo dev
    

Feel free to explore, modify, and extend this project to suit your needs. If you encounter any issues or have questions, please don't hesitate to open an issue or contact me. Happy coding!