All Projects → morewings → cra-template-quickstart-redux

morewings / cra-template-quickstart-redux

Licence: MIT license
Opinionated quickstart Create React App template with Redux, React Testing Library and custom eslint configuration

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to cra-template-quickstart-redux

react-typescript-material-ui-with-auth-starter
React + Material UI + Auth starter using TypeScript
Stars: ✭ 27 (-59.09%)
Mutual labels:  create-react-app, starter-template, cra
Jest Dom
🦉 Custom jest matchers to test the state of the DOM
Stars: ✭ 2,908 (+4306.06%)
Mutual labels:  testing-library, react-testing-library
cra-template-must-have-libraries
✨ A starter CRA professional React v17 project with must-have ReactJS libraries including TypeScript, SCSS, Redux, Toolkit, Material-UI, Styled Components, React Router, Jest & Enzym, Folder structure, Generate templates, ESLint, Prettier, Recoil
Stars: ✭ 73 (+10.61%)
Mutual labels:  cra, cra-template
tailwind-react-next.js-typescript-eslint-jest-starter
Starter template for building a project using React, Typescript, Next.js, Jest, TailwindCSS and ESLint.
Stars: ✭ 80 (+21.21%)
Mutual labels:  starter-template, react-testing-library
react-you-do-you
How I use React + Redux + Material-UI + TypeScript – you do you 💖
Stars: ✭ 103 (+56.06%)
Mutual labels:  create-react-app, starter-template
Craco
Create React App Configuration Override, an easy and comprehensible configuration layer for create-react-app
Stars: ✭ 5,285 (+7907.58%)
Mutual labels:  create-react-app, cra
generator-tsx
Yeoman generator for CRA + TypeScript + React + Redux + Router + Testing Library.
Stars: ✭ 25 (-62.12%)
Mutual labels:  cra, react-testing-library
create-cra-template
A cli tool to generate cra-template from current create-react-app project.
Stars: ✭ 22 (-66.67%)
Mutual labels:  create-react-app, cra-template
craco-linaria
A craco plugin to use Linaria zero-runtime CSS in JS library in a create react app.
Stars: ✭ 29 (-56.06%)
Mutual labels:  create-react-app, cra
kkt
Create React apps with no build configuration, Cli tool for creating react apps.
Stars: ✭ 40 (-39.39%)
Mutual labels:  create-react-app, cra
React Mobx React Router Boilerplate
A simple boilerplate based on create-react-app and add mobx, react-router, linter, prettier and so on. 一个简单的 react 脚手架依赖于 create-react-app 新增了 mobx react-router,linter,prettier 等。
Stars: ✭ 12 (-81.82%)
Mutual labels:  stylelint, create-react-app
parksben.github.io
parksben's blog
Stars: ✭ 46 (-30.3%)
Mutual labels:  create-react-app
react-styled-components-example
React Styled Components Example
Stars: ✭ 35 (-46.97%)
Mutual labels:  create-react-app
promotion-web
基于React: v18.x.x/Webpack: v5.x.x/React Router v6.x.x/ Antd: v5..x.x/Fetch Api/ Typescript: v4.x.x 等最新版本进行构建...
Stars: ✭ 374 (+466.67%)
Mutual labels:  stylelint
workshop
React Workshop
Stars: ✭ 13 (-80.3%)
Mutual labels:  create-react-app
FactoryOrchestrator
A cross-platform system service which provides a simple way to run and manage factory line validation, developer inner-loop, diagnostics, and fault analysis workflows.
Stars: ✭ 36 (-45.45%)
Mutual labels:  testing-library
frontenso-11ty-starter
Production-ready 11ty+Gulp+Webpack Starter that features Nunjucks, SASS, TailwindCSS (with JIT complier), and ESNext.
Stars: ✭ 24 (-63.64%)
Mutual labels:  starter-template
eslint-config-leapfrog
Set of ESLint rules for JavaScript projects at Leapfrog.
Stars: ✭ 15 (-77.27%)
Mutual labels:  eslint-rules
react-redux-hackernews
React Redux Hackernews Application
Stars: ✭ 19 (-71.21%)
Mutual labels:  create-react-app
ultimate-hot-boilerplate
🚀 node-react universal app boilerplate with everything on hot reload, SSR, GraphQL, Flow included
Stars: ✭ 35 (-46.97%)
Mutual labels:  stylelint

Build Status dependencies Status npm version npm

Quickstart Redux Create React App template

Opinionated quickstart Create React App (CRA) template.

Features

Usage

npx create-react-app %PROJECT_NAME% --template quickstart-redux

Or

yarn create react-app %PROJECT_NAME% --template quickstart-redux

npx command installs most recent stable version of CRA from npm. --template parameter points to this template, note that cra-template- prefix is omitted.

Then

cd %PROJECT_NAME%
yarn start

See full documentation or demo

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