To use this repo and follow along with the code, clone the main
branch and run npm install
.
git clone https://github.com/prof3ssorSt3v3/react-styled-components
cd react-styled-components
npm install
The install
command will install the dependencies for the React project.
Next install styled-components
npm install styled-components