All Projects → karpolan → react-typescript-material-ui-with-auth-starter

karpolan / react-typescript-material-ui-with-auth-starter

Licence: other
React + Material UI + Auth starter using TypeScript

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to react-typescript-material-ui-with-auth-starter

react-redux-immutable-webpack-ssr-starter
React + React-Router 4 + Redux + ImmutableJS + Bootstrap + webpack 3 with with Server side rendering, Hot Reload and redux-devtools STARTER
Stars: ✭ 21 (-22.22%)
Mutual labels:  starter-template, starter, starter-project
botfuel-sample-starter
Starter bot using Botfuel Dialog
Stars: ✭ 24 (-11.11%)
Mutual labels:  starter-template, starter, starter-project
angular-open-source-starter
This is a starter project for creating open-source libraries for Angular. It is a full fledged Angular workspace with demo application and easy library addition. It is designed to be used for open-sourcing libraries on Github and has everything you'd need ready for CI, code coverage, SSR testing, StackBlitz demo deployment and more.
Stars: ✭ 212 (+685.19%)
Mutual labels:  starter-template, starter, starter-project
sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (+25.93%)
Mutual labels:  starter-template, starter, starter-project
cra-template-quickstart-redux
Opinionated quickstart Create React App template with Redux, React Testing Library and custom eslint configuration
Stars: ✭ 66 (+144.44%)
Mutual labels:  create-react-app, starter-template, cra
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (+3.7%)
Mutual labels:  material-ui, starter-template, starter-project
SampleProject
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject
Stars: ✭ 31 (+14.81%)
Mutual labels:  starter-template, starter, starter-project
react-you-do-you
How I use React + Redux + Material-UI + TypeScript – you do you 💖
Stars: ✭ 103 (+281.48%)
Mutual labels:  create-react-app, material-ui, starter-template
Web
⚡️ Supercharged version of Create React App with all the bells and whistles.
Stars: ✭ 594 (+2100%)
Mutual labels:  create-react-app, material-ui
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (+140.74%)
Mutual labels:  create-react-app, material-ui
Generator Create Redux App
Add redux, emotion-js and other useful libraries like react-router in top of create-react-app
Stars: ✭ 137 (+407.41%)
Mutual labels:  create-react-app, starter
React Social Network
Simple React Social Network
Stars: ✭ 409 (+1414.81%)
Mutual labels:  create-react-app, material-ui
Craco
Create React App Configuration Override, an easy and comprehensible configuration layer for create-react-app
Stars: ✭ 5,285 (+19474.07%)
Mutual labels:  create-react-app, cra
P32929.github.io
Second iteration of my portfolio - created using ReactJS, Material-UI, Overmind, etc
Stars: ✭ 84 (+211.11%)
Mutual labels:  create-react-app, material-ui
Material Ui Superselectfield
multiselection autocomplete dropdown component for Material-UI
Stars: ✭ 260 (+862.96%)
Mutual labels:  create-react-app, material-ui
Wanna
💡✔ Wanna is an implementation of a 21st-century to-do list app.
Stars: ✭ 189 (+600%)
Mutual labels:  create-react-app, material-ui
vueuse-vite-starter
⚡️ Starter for Vite + VueUse + TypeScript
Stars: ✭ 121 (+348.15%)
Mutual labels:  starter-template, starter
reasonreact-starter
Minimal yet powerful ReasonReact template
Stars: ✭ 33 (+22.22%)
Mutual labels:  create-react-app, starter
Cordova Create React App
A tutorial on how to set up a Cordova project using Create React App.
Stars: ✭ 167 (+518.52%)
Mutual labels:  create-react-app, starter
vue-auth-boilerplate
This is a simple Vue template/starter kit, scaffolded on vue-cli 3, with full Auth functions to Login & Register
Stars: ✭ 77 (+185.19%)
Mutual labels:  starter-template, starter

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.

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 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 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 for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].