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.
- Host: GitHub
- URL: https://github.com/mgnischor/template-react
- Owner: mgnischor
- License: apache-2.0
- Created: 2024-11-08T23:51:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T00:38:52.000Z (7 months ago)
- Last Synced: 2024-11-09T01:17:52.595Z (7 months ago)
- Topics: eslint, prettier, react, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Template - React
Welcome! This repository hosts an base template for an React application with modern tools.
## 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/)