Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 28 days 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