Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/helcioitiyama/fake_facebook

Developed during GoStack Course
https://github.com/helcioitiyama/fake_facebook

class-components css3 reactjs

Last synced: 10 days ago
JSON representation

Developed during GoStack Course

Awesome Lists containing this project

README

        

## :arrow_right: ABOUT THE PROJECT

This project was developed during GoStack course using static ReactJS.


homepage

## :information_source: HOW TO RUN THE APPLICATION

To clone and run this application, you'll need Git, NodeJS, Babel, WebPack.

You just need to run the following commands:

```bash
# Clone this repository
$ https://github.com/helcioItiyama/fake_facebook.git

# Go into the repository
$ cd fake_facebook.git

# Install dependencies
$ yarn

# Run page
$ yarn dev
```