- NodeJS 18.12 o superior
- Git
- VsCode
- react/redux Snippets
- material icons
- thunder client
- Navegador web
-React
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"react-dom": "^18.2.0",
-MaterialUI
"@mui/material": "^5.10.17",
-React Extended
"react-router-dom": "^6.4.5",
(naturalmente ejecutar primero install de node para crear la carpeta node_modules "npm install")
- En una ventana de comandos dirigirse a la ubicación de la carpeta o abrir una terminal en la carpeta del proyecto.
- Para desarrollo escribir el comando:
>npm start
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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.
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify