Create react template with Vite and TypeScript
```bash
npm create vite@latest my-react-app -- --template react-ts
```
Go to the folder of your new project
```bash
cd my-react-app
```
Run npm-install
```bash
npm install
```
Delte template files and clean repository.
.README.md
<> Code
if you haven’t been automatedly been placed there.…or create a new repository on the command line
Your IDE project is now pushed to GitHub.
Remember to install LESS, Prettier and other things you might want to use.
npm install -D typescript
npm install -D typescript-eslint
npm install -D prettier
npm install -D less