Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dserranoc/vite-reactts18-eslint-tailwindcss
This is a template for Vite to create a React TS application with ESLint and TailwindCSS.
https://github.com/dserranoc/vite-reactts18-eslint-tailwindcss
Last synced: 4 months ago
JSON representation
This is a template for Vite to create a React TS application with ESLint and TailwindCSS.
- Host: GitHub
- URL: https://github.com/dserranoc/vite-reactts18-eslint-tailwindcss
- Owner: dserranoc
- Created: 2022-08-10T12:03:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T18:52:04.000Z (about 2 years ago)
- Last Synced: 2024-07-31T22:37:50.107Z (7 months ago)
- Language: TypeScript
- Homepage: https://vite-reactts18-eslint-tailwindcss.vercel.app/
- Size: 135 KB
- Stars: 21
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite + React 18 + TS + TailwindCSS + ESLint
This is a starter template for React (TypeScript) using Vite. I've also added TailwindCSS so you can style your app without writing CSS code, and ESLint to analyze your code and suggest some optimizations.
You can find more about these technologies in the following links: [Vite](https://vitejs.dev/), [React](https://reactjs.org/), [Typescript](https://www.typescriptlang.org/), [TailwindCSS](https://tailwindcss.com/), [Eslint](https://eslint.org/).
## How to install
Just run the next command in a terminal (make sure that you have installed NPM).
```
npx degit dserranoc/vite-reactts18-eslint-tailwindcss project-name
```## How to start
After the installation of the dependencies run:
```
npm run dev
```Made with ❤️ by Daniel Serrano Cobos