Aplicación web que calcula la distancia entre un lugar inicial y las localidades de Extremadura que disponen de plazas de educación secundaria.
  • TypeScript 87.5%
  • HTML 11.8%
  • CSS 0.7%
Find a file
2026-07-02 20:47:55 +02:00
node_modules Add Tailwind 2026-07-02 19:25:51 +02:00
public Vite create React app, initial commit 2026-07-02 19:19:48 +02:00
src Add select location from location list 2026-07-02 20:47:55 +02:00
index.html Vite create React app, initial commit 2026-07-02 19:19:48 +02:00
package-lock.json Add Tailwind 2026-07-02 19:25:51 +02:00
package.json Add Tailwind 2026-07-02 19:25:51 +02:00
README.md Vite create React app, initial commit 2026-07-02 19:19:48 +02:00
tsconfig.app.json Vite create React app, initial commit 2026-07-02 19:19:48 +02:00
tsconfig.json Vite create React app, initial commit 2026-07-02 19:19:48 +02:00
tsconfig.node.json Vite create React app, initial commit 2026-07-02 19:19:48 +02:00
vite.config.ts Add Tailwind 2026-07-02 19:25:51 +02:00

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some Oxlint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the Oxlint configuration

If you are developing a production application, we recommend enabling type-aware lint rules by installing oxlint-tsgolint and editing .oxlintrc.json:

{
  "$schema": "./node_modules/oxlint/configuration_schema.json",
  "plugins": ["react", "typescript", "oxc"],
  "options": {
    "typeAware": true
  },
  "rules": {
    "react/rules-of-hooks": "error",
    "react/only-export-components": ["warn", { "allowConstantExport": true }]
  }
}

See the Oxlint rules documentation for the full list of rules and categories.