Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 906 Bytes

README.md

File metadata and controls

44 lines (24 loc) · 906 Bytes

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