onebree / shopping-cart

Practice using React/Redux by creating a simple shopping cart

Home Page:https://ns-chsontulrb.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shopping-cart

Dependencies

  • Node.js v6.9.1
  • NPM v3.10.8
  • Node modules from package.json
  • Firebase database setup

Setup

Install all dependencies from package.json

$ npm install

Start the application, and localhost:3000 will open automatically

$ npm start

Deployment

Deploy the application using Now.sh:

$ npm install -g now now-serve
$ npm run build
$ npm run deploy

Now.sh will return the URL of the application at its latest deploy in console.

Remmeber to whitelist now.sh as an authorized OAuth redirect domain in Firebase.

About

Practice using React/Redux by creating a simple shopping cart

https://ns-chsontulrb.now.sh/


Languages

Language:JavaScript 91.2%Language:HTML 8.8%