Skip to content

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

Notifications You must be signed in to change notification settings

b9words/react-redux-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published