Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.74 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.74 KB

image-shop

Stories in Ready Build Status Coverage Status devDependency Status Gitter

image-shop: angularjs image shop

The primary goal of image-shop ui application is to provide best practices for software development projects. Development process, Architecture, Design, Construction of the code, Testing, Project management, Peer reviews etc...

If you want discuss something or just have a question, write an issue: https://github.com/piecyk/image-shop/issues

Documentation

Getting started

git clone https://github.com/piecyk/image-shop
cd image-shop
npm install
npm install -g gulp

#  run dev build, start express server, and watch on change files
gulp dev
# run build production
gulp prod
# run unit tests and e2e
gulp test
# run unit tests in watch mode
gulp unitDev
# run test, prod, and deplou on gh-pages ( still under work )
gulp deploy

TODO

  • create ES6 AngularJs 2.0 version on branch
  • create ReactJs version on branch
  • coverage: assert a valid coverage report is generated
  • write rest nodejs/scala server to make the orders