An open API service indexing awesome lists of open source software.

https://github.com/500tech/react-redux-project-boilerplate

This is an opinionated approach based on 500Tech's best practices
https://github.com/500tech/react-redux-project-boilerplate

Last synced: 5 months ago
JSON representation

This is an opinionated approach based on 500Tech's best practices

Awesome Lists containing this project

README

          

## Requirements

Git version must be `>= 2.13.2`
Node version must be `>= 8`

## How to use

```
$ git clone git@github.com:500tech/react-redux-project-boilerplate.git
$ git remote set-url origin
$ yarn start
```

# 500Tech's React Redux Boilerplate

500Tech Boilerplate for new projects using React & Redux

# Opinionated

This is an opinionated approach based on 500Tech's best practices

By default we use emotion as our CSS-in-JS system.
If you wish to use styled components instead create a .env file and add the following line:
`USE_STYLED_COMPONENTS=true`

# Contributing

Make a Pull Request