1.0.11 • Published 6 years ago

cra-template-jonataspinto-template v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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:

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago