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

https://github.com/jaynightmare/v-portfolio


https://github.com/jaynightmare/v-portfolio

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          



# V Portfolio (React + Vite)

Minimal React (JavaScript) scaffold using Vite.

Prerequisites:
- Node.js 16+ and npm installed

Quick start:

```bash
npm install
npm run dev
```

Available scripts:
- `npm run dev` — start dev server (hot reload)
- `npm run build` — build production bundle to `dist`
- `npm run preview` — locally preview production build

Edit `src/App.jsx` to begin.