Shop application
- Install node.js, bower
- Run
git clone https://github.com/frontend-school/ninJS-shop.git
(or clone your own fork of the repository) - Run
npm install
andbower install
(only has to be done before first start or when you change the source code) - Run
gulp
- ...
- Profit!