Skip to content

Create a react shopping cart with redux and redux persist, using fake API for product listing

Notifications You must be signed in to change notification settings

mihairusu88/react_shopping_cart

Repository files navigation

React shopping cart

Create a react shopping cart with redux and redux persist, using fake API for product listing.

Quick Start

# Install dependencies
npm install
# Run development server
npm run dev
# Run production build
npm run build
# Run preview mode
npm run preview
# Server runs on http://localhost:8080

Check live demo on netlify.

Netlify Status

Live Demo