Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedimahdi/my-studio
https://github.com/jedimahdi/my-studio
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jedimahdi/my-studio
- Owner: jedimahdi
- Created: 2019-12-15T18:36:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:39:30.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T10:04:22.917Z (about 2 months ago)
- Language: CSS
- Size: 8.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Lesson-5
Going over the concept of higher order components through use of the withRouter HOC from react-router-dom.
# How to fork and clone
One quick note about cloning this project. If you wish to make commits and push the code up after cloning this repo, you should fork the project first. In order to own your own copy of this repository, you have to fork it so you get your own copy on your own profile!
You can see the fork button in the top right corner of every GitHub project; click it and a copy of the project will be added to your GitHub profile under the same name as the original project.
![alt text](https://i.ibb.co/1YN7SJ6/Screen-Shot-2019-07-01-at-2-02-40-AM.png "image to fork button")
After forking the project, simply clone it the way you would from the new forked project in your own GitHub repository and you can commit and push to it freely!
# After you fork and clone:
## Install dependencies
In your terminal after you clone your project down, remember to run either `yarn` or `npm install` to build all the dependencies in the project.