Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 768 Bytes

README.md

File metadata and controls

42 lines (22 loc) · 768 Bytes

IBM Future Blue Suggestions App

Dependencies

Must have installed Node.js which can be found here

PS: Linux/Mac users see instructions below for installing dependencies

Setup

  1. Clone the repo

git clone https://github.com/agencare89/fb-suggestions-app

  1. Install packages

cd fb-suggestions-app npm install

  1. Start server

node server.js

  1. The web server should now be running at localhost:8080

Congratulations you are ready to start!

Linux or Mac Users (If not using debian use appropriate installer -> zypper, etc)

Download node

sudo apt-get install nodejs

Download npm

sudo apt-get install npm

If you need git

sudo apt-get install git

Follow the setup instructions