Giter Site home page Giter Site logo

catalinmiron / react-facebook-friends Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leoaj/react-facebook-friends

0.0 3.0 1.0 2.59 MB

web app to rank, quantify your FaceBook friendship with React

Home Page: http://leoj.js.org/react-facebook-friends/

License: MIT License

Makefile 0.81% JavaScript 98.40% HTML 0.79%

react-facebook-friends's Introduction

react-facebook-friends

David David Travis npm

web app to rank, quantify your FaceBook friendship based on human behavior with React

Live Demo

http://leoj.js.org/react-facebook-friends/

Detail

To know more detail, please read my post.

How to use ES7 feature with Babel 6

First thing first you need to figure out which ES7 feature you would like to use, for example, you want to use object-rest-spread.

  1. npm install babel-plugin-syntax-object-rest-spread and babel-plugin-transform-object-rest-spread, the difference between syntax plugin and transform plugin is syntax plugin allowed the code to read the syntax only, if you want to transforms new syntax back to ES5 version, you will need transform plugin.

  2. Put those plugins in your .babelrc file.

{
  "plugins": ["syntax-object-rest-spread", "transform-object-rest-spread"]
}

Installation

  1. git clone [email protected]:LeoAJ/react-facebook-friends.git
  2. cd react-facebook-friends
  3. npm install

Dev

Register a Facebook App first here, and replace your app ID here.

Then do,

npm start

and go to localhost:3000

Deploy

npm run deploy

Lint

npm run lint

Test

npm test

Built with

Contribution

Issue, idea, PR are welcomed.

License

MIT

react-facebook-friends's People

Watchers

 avatar  avatar  avatar

Forkers

fabioued

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.