GithubHelp home page GithubHelp logo

ilyes42 / redux-saga-cart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from danielstern/redux-saga-cart

0.0 1.0 0.0 320 KB

A fully-functional shopping cart built with Redux Saga using Yield - Run with accompanying server https://github.com/danielstern/redux-saga-shopping-cart-server

JavaScript 96.60% HTML 1.36% CSS 2.04%

redux-saga-cart's Introduction

redux-saga-cart

A fully-functional shopping cart built with Redux Saga using Yield

About

redux-saga-cart is a fully functional, non-trivial demo application meant to help intermediate and advanced users understand and use Redux Saga. This project is the finished product that is built in the Pluralsight course redux-saga. (Link coming soon) While running and studying this project is useful to anyone, it is strongly recommended that you build it while watching the Pluralsight course.

Installation

  1. Clone and install the server application

  2. Clone and install the application [email protected]:danielstern/redux-saga-cart.git && cd redux-saga-cart && npm install

  3. Install the babel CLI npm install -g babel babel-cli

Usage

  1. Start the application with npm start
  2. Open the url http://localhost:8080

Troubleshooting

The application hangs on load

Make 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. Still getting an error? Copy any errors that appear in dev tools and open an issue.

I don't see anything / I see the wrong thing when navigating to http://localhost:8080

Make sure that the port 8080 is available before running npm start

I get an error when running npm start

Make 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:

{
    "babel-core": "^6.18.2",
    "babel-loader": "^6.2.8",
    "babel-plugin-transform-object-rest-spread": "^6.19.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.23.0",
    "babel-regenerator-runtime": "^6.5.0",
    "webpack": "^1.13.3",
    "webpack-dev-middleware": "^1.10.1",
    "webpack-hot-middleware": "^2.17.1",
    "webpack-dev-server": "^1.16.5"
}

redux-saga-cart's People

Contributors

danielstern avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.