Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 833 Bytes

README.md

File metadata and controls

52 lines (38 loc) · 833 Bytes

Basic Shopping Cart w/ Flux and React

Installation  

Need node installed and npm installed

Run Shopping Cart Demo

Clone Project:

$ git clone https://github.com/RickFrom1987/shopping-cart.git

Run:

# cd into the project folder
$ cd ~/path/to/shopping-cart

# install dependencies
$ npm install

# start webpackdev server
$ npm start

Run Tests:

# cd into the project folder
$ cd ~/path/to/shopping-cart

# using karma
$ npm run test

Build / Edit Semantic UI Theme:

# cd into the project folder
$ cd ~/path/to/shopping-cart/semantic

# using gulp
$ gulp build

Todos

  • More Tests
  • Break out components into views or partials
  • clean up theme development build

License

Copyright © 2015 RickFrom1987