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

https://github.com/mgnischor/template-react

Pre-configured template with React, Tailwind CSS, Prettier and ESLint.
https://github.com/mgnischor/template-react

eslint prettier react tailwindcss typescript

Last synced: 3 months ago
JSON representation

Pre-configured template with React, Tailwind CSS, Prettier and ESLint.

Awesome Lists containing this project

README

        

# Template - React

Welcome! This repository hosts an base template for an React application with modern tools.
![GitHub Actions](https://github.com/mgnischor/template-react/actions/workflows/node.js.yml/badge.svg)

## Authors

- [Miguel Nischor](https://www.linkedin.com/in/mgnischor) - Developer

## License

Please read [LICENSE.md](LICENSE.md) for more information about using this template.

## Recommended extensions - Visual Studio Code

- [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- [Red Hat XML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml)
- [Red Hat Yaml](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml)
- [SonarLint](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarlint-vscode)
- [Tailwind CSS](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)
- [vscode-icons](https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons)

## Stack

- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [React](https://react.dev/)
- [Tailwind CSS](https://tailwindcss.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Vite](https://vite.dev/)