Warning: Make sure you're using the latest version of Node.js and NPM
# clone our repo
$ git clone https://github.com/manro/wrappup-angular2-challenge.git wrappup-app
# change directory to your app
$ cd wrappup-app
# install the dependencies with npm
$ npm install
# start the server
$ npm start
go to http://localhost:7070 in your browser.