Skip to content

guoyunhe/mui-app-template

Repository files navigation

MUI App

Get Started

Local Development

cp .env.example .env
npm install
npm start

Production Deployment

cp .env.example .env # Skip this step when deploy on Netlify etc.
npm install
npm run build

Technology Stack

  • vite - the build system
  • typescript - the programming language
  • react - the user interface framework
  • react-router - the routing library for single-page-application
  • mui - the design system and component library
  • i18next - the internationalization solution
  • xior - the http client to send API requests
  • vitest - the unit test runner
  • testing-library - the unit test toolkit for react

About The Template

This app is generated from https://github.com/guoyunhe/mui-app-template

Issues and pull requests are always welcome.

Other front-end templates:

And back-end templates:

About

useful React example code for copy-paste

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published