The TypeScript edition of Create React App plus Material UI with set of reusable components and utilities to build professional React Application faster.
- Clone or download the repo from: https://github.com/karpolan/react-typescript-material-ui-with-auth-starter
- Replace
_TITLE_
and_DESCRIPTION_
in all files with own texts - Create Favorite Icon images and put them into
/public/img/favicon
, the favicon.ico file should be paced into root of/public
folder. - Add your own code :)
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Checks the code for errors and missing things using TypeScript compiler
Checks the code for errors and missing things using ESLint
Formats the code according to ./prettierrc.js
config
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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 for more information.