Ejecuta con Nodejs v14.18.2 y NPM 6.14.15
Para instalar las dependencias del proyecto
Ejecuta la aplicación en modo desarrollador.
Abriendo http://localhost:3000 se verá la aplicación en ejecución.
Construye la aplicación para ejecutar en productivo en el directorio build
, Enlaza React en modo producción y optimiza la aplicación para que se ejecute de forma óptima.
¡La app está lista!
Nota: esta es una operación unidireccional. Una vez que ejecutes eject
, ¡no hay vuelta atras!
Si
If you aren't satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This project was bootstrapped with Create React App.