/Calculadora_Basica_React

Calculadora_Basica_React

Primary LanguageJavaScript

Getting Started with Create React App

Este proyecto se ha creado con Create React App.

Scripts Disponibles

En el directorio del proyecto, puedes ejecutar los siguientes comandos:

npm start

Ejecuta la aplicación en modo de desarrollo. Abre http://localhost:3000 para verla en tu navegador.

La página se recargará automáticamente cuando realices cambios. También podrás ver errores de lint en la consola.

npm test

Inicia el corredor de pruebas en modo interactivo. Consulta la sección sobre cómo ejecutar pruebas para obtener más información.

npm run build

Construye la aplicación para producción en la carpeta 'build'. Empaqueta correctamente React en modo de producción y optimiza la construcción para obtener el mejor rendimiento.

La construcción está minificada y los nombres de archivo incluyen los hashes. ¡Tu aplicación está lista para ser desplegada!

Consulta la sección sobre despliegue para obtener más información.

npm run eject

Nota: esta operación es irreversible. ¡Una vez realizado el "eject", no podrás deshacerlo!

Si no estás satisfecho con la herramienta de construcción y las opciones de configuración, puedes ejecutar "eject" en cualquier momento. Este comando eliminará la única dependencia de construcción de tu proyecto.

En su lugar, copiará todos los archivos de configuración y dependencias transitivas (webpack, Babel, ESLint, etc.) directamente en tu proyecto para que tengas un control total sobre ellos. Todos los comandos, excepto "eject", seguirán funcionando, pero apuntarán a los scripts copiados para que puedas personalizarlos. En este punto, estarás por tu cuenta.

No es obligatorio ejecutar "eject". La selección de características ofrecida es adecuada para implementaciones pequeñas y medianas, y no deberías sentirte obligado a utilizar esta función. Sin embargo, comprendemos que esta herramienta no sería útil si no pudieras personalizarla cuando estés listo para hacerlo.

Aprende Más

Puedes obtener más información en la documentación de Create React App: Create React App documentation.

Para aprender React, visita la documentación de React: React documentation.

Code Splitting

Esta sección se ha movido aquí: Code Splitting.

Analizando el Tamaño del Paquete

Esta sección se ha movido aquí: Analizando el Tamaño del Paquete.

Creando una Progressive Web App

Esta sección se ha movido aquí: Creando una Progressive Web App.

Configuración Avanzada

Esta sección se ha movido aquí: Configuración Avanzada.

Despliegue

Esta sección se ha movido aquí: Despliegue.

Error al Minificar con npm run build

Esta sección se ha movido aquí: Error al Minificar con npm run build.

En Inglesh:

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify