Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

slamach/cra-template-redux

Repository files navigation

CRA Redux Boilerplate

About the Project

Template for Create React App with Redux, Styled Components and Prettier.

Features

  • Redux and Redux Toolkit
  • Styled Components
  • EditorConfig and Prettier

Installation and Usage

To apply the template you have to add --template @slamach/redux when creating a new project with create-react-app.

Example:

npx create-react-app project-name --template @slamach/redux

To make the pre-commit hook work, you need to initialize project as a Git repository and execute npm run prepare.

Development

npm start

Production

npm run build

Contact

Dmitrii Sviridov
Telegram: slamach
Email: sviridov.dvv@gmail.com