Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
added a README and changed description
Browse files Browse the repository at this point in the history
  • Loading branch information
saschajullmann committed Oct 16, 2017
1 parent ba836e0 commit 79dfa8b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
@@ -1,2 +1,9 @@
# using-redux-and-css-in-js
How to use redux and css-in-js in a Gatsby project
#How to use Redux and Emotion in a Gatsby project

This repo demonstrates how to use redux as well as emotion in a gatsby project.
For some background information and a walk through of the example please visit
[this](https://gatsbythemes.com/blog/how-to-use-redux-and-emotion-in-gatsby) blog post.

If you want to play with the example, just clone the repo and fine tune it to
your taste. With "yarn dev" you can start the development mode of gatsby and
with "yarn build" you can build the website.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "using-redux-and-css-in-js",
"name": "using-redux-and-emotion",
"version": "1.0.0",
"description": "This example demonstrates how to use redux and css-in-js in a GatsbyJS porject",
"description": "This example demonstrates how to use redux and emotion in a GatsbyJS porject",
"main": "index.js",
"author": "Sascha Jullmann",
"license": "MIT",
Expand Down

0 comments on commit 79dfa8b

Please sign in to comment.