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

https://github.com/gmartins-dev/vite-react-boilerplate

Vite React boilerplate for new projects
https://github.com/gmartins-dev/vite-react-boilerplate

Last synced: over 1 year ago
JSON representation

Vite React boilerplate for new projects

Awesome Lists containing this project

README

          

# Vite

## Initial:

create github repository

clone to localmachine by vscode

git init

git branch -M main

git push -u origin main

- npm create vite@latest

select -> react -> react(js or ts)

npm install
npm run dev