Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/helcioitiyama/fake_facebook
- Owner: helcioItiyama
- Created: 2020-05-14T19:06:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:55:28.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:05:33.646Z (over 1 year ago)
- Topics: class-components, css3, reactjs
- Language: JavaScript
- Size: 2.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## :arrow_right: ABOUT THE PROJECT
This project was developed during GoStack course using static ReactJS.
## :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
```