Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 626 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 626 Bytes

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