Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maybemahdi/vite-react-ts-starter


https://github.com/maybemahdi/vite-react-ts-starter

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Create a vite project with react and typescript:

```
npm create vite@latest project-name --template react-ts
cd project-name
npm install react@latest react-dom@latest
npm install vite@latest @vitejs/plugin-react@latest
npm install @types/react@latest @types/react-dom@latest
npm install
```