Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bensimmers/blog-posts


https://github.com/bensimmers/blog-posts

Last synced: about 1 month ago
JSON representation

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
```