This is a CRACO template for Create React App.
redux
, react-hot-loader
, craco
, react-router
, styled-components
, eslint
, prettier
, eslint-import-resolver-alias
To use this template, add --template red-hot-craco
when creating a new app.
For example:
npx create-react-app my-app --template red-hot-craco
# or
yarn create react-app my-app --template red-hot-craco
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.