https://github.com/odanieldcs/template-reactjs-eslint-prettier-husky
A simple create react app with eslint and prettier
https://github.com/odanieldcs/template-reactjs-eslint-prettier-husky
eslint githooks husky prettier reactjs
Last synced: 12 months ago
JSON representation
A simple create react app with eslint and prettier
- Host: GitHub
- URL: https://github.com/odanieldcs/template-reactjs-eslint-prettier-husky
- Owner: odanieldcs
- Created: 2021-05-14T17:39:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T22:31:21.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T20:11:39.455Z (about 1 year ago)
- Topics: eslint, githooks, husky, prettier, reactjs
- Language: JavaScript
- Homepage: https://danieldcs.com/eslint-prettier-e-githooks-com-husky-em-react-js/
- Size: 419 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and configured with a ESLint, Prettier and Husky.
See in my blog [post reactjs with eslint, prettier and husky](https://danieldcs.com/) for more information.
## Available Scripts
In the project directory, you can run:
### `yarn lint`
Run linter to check your code.
### `yarn lintFix`
Run linter and fix problemns in your code.
### `yarn format`
Run prettier to check, format files and save files with rules.
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.