https://github.com/karpolan/react-typescript-mui-with-auth-starter
[IMPORTANT] - better use Vite starter https://github.com/karpolan/react-mui-vite-ts instead of this "Create React App + React + Material UI" starter
https://github.com/karpolan/react-typescript-mui-with-auth-starter
cra create-react-app material material-design material-ui materila-ui mui mui5 muiv5 react react-boilerplate react-template reactjs starter starter-project starter-template ts typescript
Last synced: about 1 month ago
JSON representation
[IMPORTANT] - better use Vite starter https://github.com/karpolan/react-mui-vite-ts instead of this "Create React App + React + Material UI" starter
- Host: GitHub
- URL: https://github.com/karpolan/react-typescript-mui-with-auth-starter
- Owner: karpolan
- Created: 2021-04-22T23:46:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T16:12:29.000Z (about 1 year ago)
- Last Synced: 2025-04-13T02:09:45.912Z (about 1 month ago)
- Topics: cra, create-react-app, material, material-design, material-ui, materila-ui, mui, mui5, muiv5, react, react-boilerplate, react-template, reactjs, starter, starter-project, starter-template, ts, typescript
- Language: TypeScript
- Homepage: https://react-typescript-material.netlify.app/
- Size: 1.92 MB
- Stars: 55
- Watchers: 5
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMPORTANT UPDATE 2024-05-01
Better use [Vite + React + MUI starter](https://github.com/karpolan/react-mui-vite-ts) instead of this one.
Reasons:
- [Create React App](https://create-react-app.dev/) is **not popular** anymore.
- Development and debugging using **[Vite](https://vitejs.dev/)** is 10x faster than with Webpack.# React + Material UI + Auth starter using TypeScript
The **TypeScript** edition of **Create React App** plus **Material UI** with set of **reusable components** and utilities to build professional **React Application** faster.
- [Source Code](https://github.com/karpolan/react-typescript-material-ui-with-auth-starter)
- [Online Demo](https://react-typescript-material.netlify.app/)## How to use
1. Clone or download the repo from: https://github.com/karpolan/react-typescript-material-ui-with-auth-starter
2. Replace `_TITLE_` and `_DESCRIPTION_` in all files with own texts
3. Create **Favorite Icon** images and put them into `/public/img/favicon`, the **favicon.ico** file should be paced into root of `/public` folder.
4. Add your own code :)## Available Scripts
In the project directory, you can run:
### `npm start` or `npm run dev`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.### `npm run type`
Checks the code for errors and missing things using **TypeScript compiler**
### `npm run lint`
Checks the code for errors and missing things using **ESLint**
### `npm run format`
Formats the code according to `./prettierrc.js` config
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.