The template for Create React App
- node-sass
- prop-types
- eslint(airbnb)
- prettier
To use this template within your project, add --template pyrobyte
when creating a new app.
For example:
npx create-react-app my-app --template pyrobyte
# or
yarn create react-app my-app --template pyrobyte