All Projects → innFactory → Create React App Material Typescript Redux

innFactory / Create React App Material Typescript Redux

Licence: mit
A ready to use boilerplate for starting big react projects

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Create React App Material Typescript Redux

Web
⚡️ Supercharged version of Create React App with all the bells and whistles.
Stars: ✭ 594 (+131.13%)
Mutual labels:  boilerplate, material, material-ui, template, react-router
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+272.76%)
Mutual labels:  starter, boilerplate, template, pwa
Laravel Boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Stars: ✭ 704 (+173.93%)
Mutual labels:  starter, boilerplate, template
Koa React Notes Web
🤓 A simple SPA built using Koa (2.5.1) as the backend and React (16.4.1) as the frontend. Features MySQL integration, user authentication, CRUD note actions, and more.
Stars: ✭ 61 (-76.26%)
Mutual labels:  starter, boilerplate, react-router
Gatsby Starter Procyon
An opinionated Gatsby starter designed for trash-eating pandas.
Stars: ✭ 88 (-65.76%)
Mutual labels:  starter, boilerplate, material-ui
React Firebase Admin
React ⚛️ starter kit with Firebase 🔥 and Bulma for setting up an admin dashboard - Highly scalable, PWA, Serverless
Stars: ✭ 232 (-9.73%)
Mutual labels:  boilerplate, template, pwa
Hartija Css Print Framework
Universal CSS for web printing
Stars: ✭ 509 (+98.05%)
Mutual labels:  starter, boilerplate, template
Tris Webpack Boilerplate
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
Stars: ✭ 1,016 (+295.33%)
Mutual labels:  starter, boilerplate, pwa
Go Postgres Jwt React Starter
A go, gin, and postgres API with jwt auth, complete with a react frontend
Stars: ✭ 115 (-55.25%)
Mutual labels:  starter, boilerplate, react-router
Automatic Gatsbyjs App Landing Page
Automatic GatsbyJS App Landing Page - Automatically generate iOS app landing page using GatsbyJS
Stars: ✭ 137 (-46.69%)
Mutual labels:  starter, boilerplate, template
React Hooks Mobx State Tree
React Hooks + MobX State Tree + TypeScript = 💛
Stars: ✭ 169 (-34.24%)
Mutual labels:  starter, boilerplate, template
Express React Boilerplate
Express, MySQL, React/Redux, NodeJs Application Boilerplate
Stars: ✭ 179 (-30.35%)
Mutual labels:  boilerplate, material-ui, react-router
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (-54.47%)
Mutual labels:  boilerplate, material-ui, template
Chrome Extension Typescript Starter
Chrome Extension TypeScript Starter
Stars: ✭ 601 (+133.85%)
Mutual labels:  starter, boilerplate, template
Fable Elmish Electron Material Ui Demo
Complete boilerplate for Electron apps using Fable and Elmish with hot module reloading, time-travel debugging, etc.
Stars: ✭ 101 (-60.7%)
Mutual labels:  boilerplate, material-ui, template
Meteor Apollo Starter Kit
Meteor, Apollo, React, PWA, Styled-Components boilerplate
Stars: ✭ 91 (-64.59%)
Mutual labels:  boilerplate, pwa, progressive-web-app
Frontend Boilerplate
An ES20XX starter with common frontend tasks using Webpack 4 as module bundler and npm scripts as task runner.
Stars: ✭ 224 (-12.84%)
Mutual labels:  starter, boilerplate, template
Pwa Boilerplate
✨ PWA Boilerplate is highly scalable and is designed to help you kick-start your next project 🔭.
Stars: ✭ 82 (-68.09%)
Mutual labels:  boilerplate, pwa, progressive-web-app
Preact Redux Isomorphic
preact-redux-isomorphic PWA SPA SSR best practices and libraries in under 80kB page size (for live demo click the link below)
Stars: ✭ 85 (-66.93%)
Mutual labels:  boilerplate, pwa, react-router
Bento Starter
🍱 Full-Stack solution to quickly build PWA applications with Vue.js and Firebase
Stars: ✭ 1,519 (+491.05%)
Mutual labels:  starter, template, pwa

create-react-app-material-typescript-redux derived from Create React App example with Material-UI, TypeScript, Redux and Routing

Made with our new CLI Tool react-factory for choosing the optional features and configure our individual setup.

example

Inspired by:

Contains

Optional:

  • [ ] Cypress-Tests-Environment
  • [ ] Firebase-Integration
  • [ ] Github Actions (cypress-test, build-and-deploy to firebase)
  • [ ] Snackbars
  • [ ] Subfolder Library
  • [ ] Service Worker
  • [ ] PolyFills (IE11)

How to use

We made a CLI Tool react-factory to include more options.

example

First install Yeoman and the CLI Tool:

npm install -g yo
npm install -g generator-react-factory

Then generate your new project:

yo react-factory

Enable Prettier [OPTIONAL]

  1. Step: Install the Prettier plugin (e.g. the one of Esben Petersen)
  2. Add the following snippet to your settings in VSCode:
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
       "source.organizeImports": true // optional
   },

Enable project snippets [OPTIONAL]

Just install following extension:

Project Snippet

After that you can start to type fcomp (for function component) and you get a template for a new component.

Project Snippet Project Snippet

The idea behind the example

This example demonstrate how you can use Create React App with TypeScript.

Contributors

Powered by innFactory

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].