Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 384 Bytes

File metadata and controls

21 lines (14 loc) · 384 Bytes

Redux Toolkit

A simple shop with add-to-cart utilizing redux-toolkit

Screen.Recording.2024-07-14.at.11.55.25.PM.mov

First install packages:

# for client
npm install

Second, run the development server:

# for client
npm run start

Open http://localhost:3000 with your browser to see the result.