https://github.com/jaynightmare/v-portfolio
https://github.com/jaynightmare/v-portfolio
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaynightmare/v-portfolio
- Owner: JayNightmare
- Created: 2025-10-04T16:57:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-04T17:26:52.000Z (9 months ago)
- Last Synced: 2025-10-04T19:04:13.143Z (9 months ago)
- Language: JavaScript
- Homepage: http://vienna.nexusgit.info/
- Size: 98.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.