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
- Host: GitHub
- URL: https://github.com/500tech/react-redux-project-boilerplate
- Owner: 500tech
- Created: 2020-04-24T20:38:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T18:46:44.000Z (about 5 years ago)
- Last Synced: 2025-04-30T10:33:29.587Z (about 1 year ago)
- Language: TypeScript
- Size: 3.08 MB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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