Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bensimmers/blog-posts
https://github.com/bensimmers/blog-posts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bensimmers/blog-posts
- Owner: BenSimmers
- Created: 2024-11-05T12:47:13.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T03:13:16.000Z (about 2 months ago)
- Last Synced: 2024-11-17T04:19:14.981Z (about 2 months ago)
- Language: TypeScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript-Vite-React-app
A template for React with TypeScript, Tailwind CSS, and Vite with more features to come.
Provides super fast and easy development with hot reloading.# Installation
To use this template, you have 2 options:#### 1. Use the template directly from GitHub
```bash
git clone https://github.com/BenSimmers/TypeScript-Vite-React-app.git
# or fork the template and clone your fork
```#### 2. Degit
```bash
degit https://github.com/BenSimmers/TypeScript-Vite-React-app.git
```#### 3. use npx create-vite-bootstrapper
```bash
npx create-vite-bootstrapper
```