Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joejordan/vite-frontend-template
Vite React frontend starter template with delicious defaults
https://github.com/joejordan/vite-frontend-template
eslint react starter-template tailwindcss template typescript vite
Last synced: 2 days ago
JSON representation
Vite React frontend starter template with delicious defaults
- Host: GitHub
- URL: https://github.com/joejordan/vite-frontend-template
- Owner: joejordan
- License: mit
- Created: 2022-11-04T21:15:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T21:38:23.000Z (28 days ago)
- Last Synced: 2024-10-24T10:05:56.176Z (27 days ago)
- Topics: eslint, react, starter-template, tailwindcss, template, typescript, vite
- Language: JavaScript
- Homepage:
- Size: 739 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vite React Frontend Starter Template
A simple and fast frontend starter template with delicious defaults.
## Tech Included
- [Vite](https://vitejs.dev/) - Lightning fast build tool for modern web dev.
- [React](https://reactjs.org/) - Everybody's favorite frontend library.
- [TypeScript](https://www.typescriptlang.org) - Ready to go with TypeScript out of the box.
- [Tailwind](https://tailwindcss.com/) - Everybody's favorite CSS framework.
- [ESLint](https://https://eslint.org/) - Modern flat config and best practices to make you better.
- [pnpm](https://pnpm.io/) - npm _but better._## Getting Started
- Press the "**Use this template**" button at the top of this repository's GitHub page.
- Run `pnpm install` (get pnpm: https://pnpm.io/installation).
- `pnpm start` for development.
- Use `pnpm test` to run tests.
- `pnpm build` for production builds.
- `pnpm bump:[patch|minor|major]` for automatic version bumps with tagging._Note: You can install `pnpm` via `homebrew` on macOS: `brew install pnpm`._
## Credits
This template was originally based on [vite-ts-react-tailwind-template](https://github.com/cpojer/vite-ts-react-tailwind-template). This fork has been updated with my own personal preferences and a better
eslint experience (thanks to [Antfu's ESLint Config](https://github.com/antfu/eslint-config)).