Git version must be >= 2.13.2
Node version must be >= 8
$ git clone git@github.com:500tech/react-redux-project-boilerplate.git
$ git remote set-url origin <the-specific-repo-git-url>
$ yarn start
500Tech Boilerplate for new projects using React & Redux
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
Make a Pull Request