Diferencia entre revisiones de «React»
Ir a la navegación
Ir a la búsqueda
([feat] Add information about React) |
|||
(No se muestran 3 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
= | = Descripción = | ||
= Recursos = | = Recursos = | ||
* Sitio oficial [https://es.reactjs.org/ ES] | * Sitio oficial [https://es.reactjs.org/ ES] | ||
= Dashboards admin = | |||
* [[React Admin]] | |||
= General = | |||
== Crear proyecto == | |||
npx create-react-app web-proyectosbeta | |||
O | |||
npx create-react-app . |
Revisión actual - 18:29 19 sep 2022
Descripción
Recursos
- Sitio oficial ES
Dashboards admin
General
Crear proyecto
npx create-react-app web-proyectosbeta
O
npx create-react-app .