Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)).