Install the dependencies and devDependencies and start the server.
$ npm install -d
$ npm start
You might not get a response from some APIs that being used in this project due to CORS (because currently it pointing to my personal website). So you will need browser plugin to made a request to the APIs like this one: Allow-Control-Allow-Origin: *