E-Comerce con react proyecto para el curso de reactJs CoderHouse Abajo las instrucciones de uso
This project was bootstrapped with Vite.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:5173/ to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
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.
- Visual Studio Code
- NodeJS > 16 y npm. (Recomendacion usar nvm)
src: Es la carpeta contenedora de todo nuestro codigo dentro de la aplicacion de React y contiene todas las funcionalidades.components: Es la carpeta que contiene todos los componentes de nuestra aplicacion (Ej: Header, Button, Products, etc...).
App.js: Es el componente donde inicia toda la aplicacion.pages: Es la carpeta que contiene todas las paginas de nuestra aplicacion (Ej: Home, Cart, Checkout, etc...).