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
- Host: GitHub
- URL: https://github.com/drenther/random-people-sc-example
- Owner: drenther
- Created: 2018-06-24T17:22:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T19:57:35.000Z (almost 7 years ago)
- Last Synced: 2025-02-24T16:30:05.727Z (3 months ago)
- Language: JavaScript
- Homepage: https://able.bio/drenther/styling-react-with-styled-components--62pbyjl
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# random-people-sc-example
Source code for the "Styling React with styled-components" articleThis 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
```