cp .env.example .env
npm install
npm start
cp .env.example .env # Skip this step when deploy on Netlify etc.
npm install
npm run build
- 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
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: