This is React Facebook Clone. A clone of the dark version of the popular social network.
First, clone the repo via git and install dependencies:
git clone https://github.com/felipemotabr/react-facebook-clone.git your-project-name
Access the directory
cd your-project-name
In the project directory, you can run:
$ npm install
or
$ yarn
Start the app
$ npm run start
or
$ yarn start
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Pull requests are welcome! If you see something you'd like to add, please do. For drastic changes, please open an issue first.
MIT © Facebook Clone React