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.
Package install commands were listed below for better reproducibility
yarn add react-router-dom
yarn add redux redux-thunk react-redux redux-persist redux-form
yarn add axios
yarn add node-sass
yarn add -D eslint-config-airbnb eslint eslint-plugin-import eslint-plugin-react eslint-plugin-react-hooks
For absolute import:
touch jsconfig.json
CircleCI Setup:
mkdir .circleci && touch .circleci/config.yml
Other:
touch README.md
touch .gitignore