LinkedIn clone made with Material UI and Redux using create-react-app Redux toolkit, using Firebase for backend and hosting.
Navigate through the local folder where you want to clone the repository and run git clone https://github.com/arnavcbajpai/linkedin-clone.git. It will clone the repo to your local folder.
Run cd %DIRECTORY_NAME%.
Run yarn install
to install the yarn packages from the package.json file.
Run yarn start
to start the webpack server, you can now navigate to http://localhost:3000 to view the app. The server refreshes the app every time you make a change to a file used by it.
Have a good experience with the app.