Skip to content

aryanrule/React-shopping-cart-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

link https://react-shopping-cart-redux.vercel.app/

created a shopping cart App using react

//installation Prerequisites Ensure you have the following installed on your local machine:

Node.js (v14.x or later) npm (v6.x or later) Steps Clone the Repository

sh Copy code git clone https://github.com/yourusername/shopping-cart-app.git Navigate to the Project Directory

sh Copy code cd shopping-cart-app Install NPM Packages This command will install all the dependencies required for the project.

sh Copy code npm install Start the Development Server After the installation is complete, start the development server.

sh Copy code npm start Open the App in Your Browser Open your browser and go to http://localhost:3000 to see the app running.

Notes If you encounter any issues during the installation, make sure your Node.js and npm versions are up to date. You can also run npm audit to check for any vulnerabilities in the dependencies and npm audit fix to fix them automatically.