This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
URL | Description |
---|---|
/ | Home Page |
/cines | Page containing all cinemas |
/cines/:id | Page containgin the details of the selected cinema |
/cines/crear | New cinema form page |
/cines/editar/:id | Selected cinema editing form page |
/peliculas | Page containing all movies |
/peliculas/:id | Page containing the details of the selected movie |
/peliculas/crear | New movie form page |
/peliculas/editar/:id | Selected movie editing form page |
* | 404 page |