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! 😃