0.0.1 • Published 1 year ago

cheeky-componentw v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

TypeScript-Vite-React-app

A template for React with TypeScript, Tailwind CSS, and Vite. Provides super fast and easy development with hot reloading. Gonna be making changes to this template as I go along, i normally use simplified versions of this template depending on the project.

Installation

To use this template, you have 2 options:

1. Use the template directly from GitHub

git clone https://github.com/BenSimmers/TypeScript-Vite-React-app.git
# or fork the template and clone your fork

2. Use npm and degit

# make sure npm and degit is installed
degit https://github.com/BenSimmers/TypeScript-Vite-React-app.git <project-name>

cd <project-name>

npm install

npm run dev
0.0.1

1 year ago