Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 566 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 566 Bytes

Styled components demo

logo

This repository is a demo showing how to use styled-components in a simple example - building fancy Button component.

Each commit introduce new feature of styled-components, you can easily checkout between them using V1, V2, ...V13 tags.

To launch the app, simple run npm install and then npm start - parcel-bundler will be listening on http://localhost:1234 😉

Have fun! 😃