https://github.com/rsaz/twitch-vip
Discussion about React Series - Part 1
https://github.com/rsaz/twitch-vip
Last synced: about 1 month ago
JSON representation
Discussion about React Series - Part 1
- Host: GitHub
- URL: https://github.com/rsaz/twitch-vip
- Owner: rsaz
- Created: 2024-05-16T22:17:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T22:17:21.000Z (12 months ago)
- Last Synced: 2025-03-25T03:55:00.295Z (about 1 month ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + TypeScript + Vite
Project to demonstrate how to transform html, css and js files into a React + TypeScript + Vite project.
## How to run
```bash
npm install
npm run dev
```## Initial template folder
The initial template folder is the `template` folder. It contains the html that will be transformed into a React + TypeScript + Vite project.