Install prerequisites (depending what you have already installed on your computer, not all steps are required)
0.1) Install utilities
$ sudo apt-get install curl
0.2) Install nodejs
$ sudo apt-get install nodejs
or for v4
$ curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
$ sudo apt-get install -y nodejs
0.3) Install npm
$ sudo apt-get install npm
0.4) Install git
$ sudo apt-get install git
- Clone repository
git clone https://github.com/apfeuti/pmm-shop-poc.git
- Install dependencies
$ cd pmm-shop-poc
$ npm install
- Launch application
$ nodejs httpserver
- Launch your webbrowser and type in URL: http://localhost:5000