https://github.com/jennning/styled-components-ramda
An example project to showcase how to write clean and readable styled-components code with Ramda (FP)
https://github.com/jennning/styled-components-ramda
functional-programming gatsby ramda react styled-components
Last synced: 12 months ago
JSON representation
An example project to showcase how to write clean and readable styled-components code with Ramda (FP)
- Host: GitHub
- URL: https://github.com/jennning/styled-components-ramda
- Owner: jennning
- License: apache-2.0
- Created: 2020-09-04T17:35:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T07:32:12.000Z (over 5 years ago)
- Last Synced: 2024-06-14T17:39:38.171Z (almost 2 years ago)
- Topics: functional-programming, gatsby, ramda, react, styled-components
- Language: JavaScript
- Homepage: https://dev.to/j3nnning/theme-setup-with-styled-components-functional-programming-4i5p
- Size: 216 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
This is a sample project to showcase the implementation of this dev.to article:
[Setup a theme with styled-components & functional programming](https://dev.to/j3nnning/theme-setup-with-styled-components-functional-programming-4i5p).
### 🚀 Quick start
1. **Start developing.**
```shell
gatsby develop
```
1. **Open the source code and start editing!**
Your site is now running at `http://localhost:8000`!