React + Vite project with HMR, ESLint, and Biome for formatting.
- Node.js 18+ (recommended: current LTS)
- npm 9+ (or use the Node-bundled version)
npm installnpm run devThen open the URL shown in the terminal (usually http://localhost:5173).
Este proyecto ya esta configurado para exportacion estatica de Next.js y despliegue automatico con GitHub Actions.
- Crea un repositorio en GitHub.
- Conecta este proyecto al repositorio real:
git remote set-url origin https://github.com/TU_USUARIO/TU_REPO.git
git add .
git commit -m "Prepare GitHub Pages deploy"
git push -u origin main- En GitHub, entra a
Settings->Pages. - En
Build and deployment, seleccionaGitHub Actionscomo fuente. - Abre la pestana
Actionsy espera a que termineDeploy to GitHub Pages.
Si el repositorio se llama TU_USUARIO.github.io, la web quedara en https://TU_USUARIO.github.io/. Si usa otro nombre, quedara en https://TU_USUARIO.github.io/TU_REPO/.
npm run buildOutput is in the dist/ folder.
npm run preview| Script | Description |
|---|---|
npm run format |
Format and fix with Biome |
npm run format:check |
Check formatting (no write) |
- React 19
- Vite 7
- @vitejs/plugin-react-swc for Fast Refresh
- Biome for linting and formatting
- ESLint for additional lint rules