Must have installed Node.js which can be found here
PS: Linux/Mac users see instructions below for installing dependencies
- Clone the repo
git clone https://github.com/agencare89/fb-suggestions-app
- Install packages
cd fb-suggestions-app
npm install
- Start server
node server.js
- The web server should now be running at localhost:8080
Congratulations you are ready to start!
sudo apt-get install nodejs
sudo apt-get install npm
sudo apt-get install git