Quickly start beautiful React apps. With basic ready useful MUI components. And using Vite build tool.
Base UI built with Mui components, styled, and custom
Aliases path to main folders
Generate-template-files ready to use with templates
Using react-meta-tags to inject dynamic theme-color
Axios common api's folder
Install the npm packages
npm i
In serverAxios.ts 'baseUrl' put whatever server link you have. For example:
https://{project-name}.herokuapp.com/
Start dev server on localhost for development
npm run dev
For production version run
npm run build
npm run preview
"homepage": "https://<user-name>.github.io/<repo-name>/",
base: '/<REPO-NAME>/',
npm run deploy
That will build the app & create gh-pages branche (if doasn't exist) & add & commit & push the dist into gh-pages branch.
to start use, just run:
npm run gen
For integration and more components see the MUI library