Need node installed and npm installed
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
- More Tests
- Break out components into views or partials
- clean up theme development build
Copyright © 2015 RickFrom1987