cra-template-red-hot-craco
v0.1.3
Published
This is a CRACO template for [Create React App](https://github.com/facebook/create-react-app).
Downloads
2
Maintainers
Readme
cra-template-red-hot-craco
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.