Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 2.92 KB

README.md

File metadata and controls

72 lines (56 loc) · 2.92 KB

Redux Cart

🔴 Demo

This project is live at codesnerd.github.io/redux-cart.

🧾 About the Project

A cart whose state is managed using Redux.

Built With

🔰 Getting Started

⬇️ Prerequisites

To run the project on your local machine, you must have Node.js and npm installed on your machine.
You can install these via Node installer or Node version manager.

Node Installer

You can use a Node installer to install both Node.js and npm on your system.

Windows or OS X installer:

Linux installer:

Node version manager

Node version managers allow you to install and switch between multiple versions of Node.js and npm on your system so you can test your applications on multiple versions of npm to ensure they work for users on different versions.

Windows Node version managers:

OS X or Linux Node version managers:

Extras

▶️ Run on Local Machine

Now you're ready to run this project on your local machine. To do so, follow these steps:

  1. Clone this repo by running the following command in the command line (or choose Download ZIP option)
git clone https://github.com/codesnerd/redux-cart.git
  1. Move into the project directory by typing
cd redux-cart/
  1. Download node modules using
npm install
  1. Once node modules are installed, type
npm start

and the project will be available on localhost:3000 in your default browser.

If you find the repo useful, do support it by giving a star. ⭐

🖋 Author

Follow my GitHub profile to stay updated with my latest projects:

Follow codesnerd on GitHub