Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 895 Bytes

README.md

File metadata and controls

46 lines (24 loc) · 895 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

Developer Notes

Remember to make pull requests back to the main repo on Adam's profile every once and a while from master