{"id":18053871,"url":"https://github.com/danielstern/redux-saga-cart","last_synced_at":"2025-08-20T22:32:35.922Z","repository":{"id":52142307,"uuid":"95124345","full_name":"danielstern/redux-saga-cart","owner":"danielstern","description":"A fully-functional shopping cart built with Redux Saga using Yield - Run with accompanying server https://github.com/danielstern/redux-saga-shopping-cart-server","archived":false,"fork":false,"pushed_at":"2023-01-12T09:01:43.000Z","size":342,"stargazers_count":106,"open_issues_count":12,"forks_count":99,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-08T08:42:18.510Z","etag":null,"topics":["html","javascript","nodejs","redux","redux-saga","sagas"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielstern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-22T14:30:20.000Z","updated_at":"2024-05-22T05:16:27.000Z","dependencies_parsed_at":"2023-02-09T11:02:25.208Z","dependency_job_id":null,"html_url":"https://github.com/danielstern/redux-saga-cart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielstern%2Fredux-saga-cart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielstern%2Fredux-saga-cart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielstern%2Fredux-saga-cart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielstern%2Fredux-saga-cart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielstern","download_url":"https://codeload.github.com/danielstern/redux-saga-cart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230462911,"owners_count":18229865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html","javascript","nodejs","redux","redux-saga","sagas"],"created_at":"2024-10-31T00:08:24.196Z","updated_at":"2024-12-19T16:12:43.767Z","avatar_url":"https://github.com/danielstern.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redux-saga-cart\nA fully-functional shopping cart built with Redux Saga using Yield\n\n## About\nredux-saga-cart is a fully functional, non-trivial demo application meant to help intermediate and advanced users understand and use Redux Saga.\nThis project is the finished product that is built in the Pluralsight course redux-saga. (Link coming soon)\nWhile running and studying this project is useful to anyone, it is strongly recommended that you build it while watching the Pluralsight course.\n\n## Installation\n* This application has a seperate back-end component available here: https://github.com/danielstern/redux-saga-shopping-cart-server . The back-end and front-end have been seperated to help make learning redux-saga easier. *\n1. Clone and install the server application\n\n2. Clone and install the application\n`git@github.com:danielstern/redux-saga-cart.git \u0026\u0026 cd redux-saga-cart \u0026\u0026 npm install`\n\n3. Install the babel CLI\n`npm install -g babel babel-cli`\n\n## Usage\n1. Start the application with `npm start`\n2. Open the url `http://localhost:8080`\n\n## Troubleshooting\n### The application hangs on load\nMake sure the demo server is running on the correct port (`8081`). Make sure the permissions on your computer allow communication between the ports `8080` and `8081`. \nStill getting an error? Copy any errors that appear in dev tools and open an issue.\n\n### I don't see anything / I see the wrong thing when navigating to `http://localhost:8080`\nMake sure that the port `8080` is available before running `npm start`\n\n### I get an error when running `npm start`\nMake sure you're running the latest version of `node`. Make sure the following dependencies are installed globally as not all OS's respect global dependencies:\n```javascript\n{\n    \"babel-core\": \"^6.18.2\",\n    \"babel-loader\": \"^6.2.8\",\n    \"babel-plugin-transform-object-rest-spread\": \"^6.19.0\",\n    \"babel-preset-es2015\": \"^6.18.0\",\n    \"babel-preset-react\": \"^6.23.0\",\n    \"babel-regenerator-runtime\": \"^6.5.0\",\n    \"webpack\": \"^1.13.3\",\n    \"webpack-dev-middleware\": \"^1.10.1\",\n    \"webpack-hot-middleware\": \"^2.17.1\",\n    \"webpack-dev-server\": \"^1.16.5\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielstern%2Fredux-saga-cart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielstern%2Fredux-saga-cart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielstern%2Fredux-saga-cart/lists"}