An open API service indexing awesome lists of open source software.

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

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.