Skip to content

FutureBlueWebTeam/fb-suggestions-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.0%
  • HTML 13.3%
  • CSS 12.7%