Skip to content

piecyk/image-shop

Repository files navigation

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

About

Simple image shop app,build with AngularJS 1.3.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published