FutureBlueWebTeam / fb-suggestions-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 74.1%Language:HTML 13.3%Language:CSS 12.7%