Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 799 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 799 Bytes

facebook-app

Simple post feed with automatic generation developed using React, Chance.js and RoboHash

I used React and the following libraries to develop facebook-app:

Demo available here!

Using

First of all, you need to clone or download this repository.

git clone https://github.com/viniciusmeneses/facebook-app.git

Go to the facebook-app folder and install the dependencies

yarn install

Run one of the following commands to start dev-server or build facebook-app:

// Starts development webserver
yarn dev

// Builds the application to production
yarn build