artitudinale1 / fb-messenger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactJS Facebook messenger

The goal of this exercise is to learn how to think in React.

Requirements

You need to be comfortable writing JavaScript (ES6: Module system, class syntax, destructuring assignment). You need to have nodeand npminstalled in your computer.

Clone the repo

git clone git@github.com:leanjscom/fb-messenger.git`

Then cd into fb-messenger

cd fb-messenger

Branches

You will need to head to the correct branch for the exercise.

How? run:

git pull --all

git branch --all

git checkout <branch_name>

Getting started:

npm install && npm start

License

This material is available for private, non-commercial use under the GPL version 3.

About