Zalando Shop API Demo
This is a simple single page application that showcases basic capabilities of Zalando Shop API, such as fetching categories, using them to filter articles and finally getting detailed information about the article.
Development
There are a couple of things that need to be installed first:
- Node.js
- gulp (
sudo npm install -g gulp
)
Now, enter the directory the repository was cloned to and type:
npm install
gulp
This will install all the necessary dependencies and spin up webpack development server with hot code pushes for React components and LESS styles for blazing fast development experience.