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.