/react-redux-boilerplate

A Lightweight 🐝React + Redux Boilerplate with Sass, Eslint, Routing and CI Configuration

Primary LanguageJavaScript

React-Redux Boilerplate

This project is an opinionated boilerplate for developing a react-redux web app.

If something doesn’t work, please file an issue.

This project was bootstrapped with Create React App.

Basic Setup

Package install commands were listed below for better reproducibility

Routing

yarn add react-router-dom

Redux

yarn add redux redux-thunk react-redux redux-persist redux-form

Network

yarn add axios

Styling

yarn add node-sass

Linting (ESLint)

yarn add -D eslint-config-airbnb eslint eslint-plugin-import eslint-plugin-react eslint-plugin-react-hooks

Miscellaneous

For absolute import: touch jsconfig.json

CircleCI Setup: mkdir .circleci && touch .circleci/config.yml

Other: touch README.md touch .gitignore