A basic project structure to build React JS apps using Redux.
This project is a basic project structure for building React JS apps using Redux. It is built using React JS, Redux, TypeScript, Jest, and React Testing Library.
To use this project structure, you need to have Node.js or Yarn installed on your machine. Follow the steps below to install the dependencies and set up the project:
npm install
npm run setup
This project provides a basic structure for building React JS apps using Redux. It includes features such as development compilation and hot-reloading, production compilation and minification, linting and file fixing, and unit testing. It also provides instructions on creating a reducer and encourages contributions following a code of conduct. The project uses SemVer for versioning and is licensed under the MIT License.