An open API service indexing awesome lists of open source software.

https://github.com/drenther/random-people-sc-example

Source code for the "Styling React with styled-components" article
https://github.com/drenther/random-people-sc-example

Last synced: 3 months ago
JSON representation

Source code for the "Styling React with styled-components" article

Awesome Lists containing this project

README

        

# random-people-sc-example
Source code for the "Styling React with styled-components" article

This repo is bootstrapped using create-react-app and live example is available on [Codesandbox](https://codesandbox.io/s/github/drenther/random-people-sc-example/tree/master/)

Fork and git clone the repo -

Then, install the dependencies -

```
$ npm install
```

Start the development server -

```
$ npm start
```