A simple way to use Facebook API in an app for send images for your Facebook timeline. This content is related to the talk
This app run WITHOUT BACKEND (Showing the power of Frontend)!
1 - Clone this repository and access the generated folder
$ git clone [email protected]:willmendesneto/social-share.git [project-name]
$ cd [project-name]
2 - Run the commands for download application dependencies
$ npm install #install node dependencies
$ bower install #install bower dependencies
OBS: To verify if all modules that this app has dependency are installed. The list of all them are in package.json file.
3 - Run grunt serve command for run local server command
$ npm start # or yarn start
After this, access http://0.0.0.0:8000 for use this app
This project use (actually globally):
###NodeJS
lite-serve
for run Lightweight development environment;
###Frontend
All list of frontend dependencies are in package.json
file.