1.0.11 • Published 6 years ago
cra-template-jonataspinto-template v1.0.11
This is a template for Create React App with some useful dependencies configured. You can read more about custom-templates on the oficial documentation
IMPORTANT - development dependencies (devDependencies) are not yet supported by create-react-app templates. So if you want to have ESLint and Prettier configured in your project, please follow the steps bellow:
# install devDependencies manually
yarn add prettier eslint babel-eslint eslint-config-airbnb eslint-config-prettier eslint-plugin-import eslint-plugin-import-helpers eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks -D
how to use this template?
Open your terminal and run:
npx create-react-app YOUR_PROJECT_NAME --template jonataspinto-template
This will create a project with the following libs: