A Facebook Page management web app build on React, Express, and Graph APIs.
To run the website on your machine:
- Install node and npm: "brew install node"
- Clone the repository somewhere: "git clone https://github.com/mcsharma1990/SocialBird.git MyRepo"
- Go inside the folder and run the server: "cd MyRepo && DEBUG=MyRepo npm start"
- Open http://localhost:3000, you should be able to see the website running.