Reactjs Redux Boilerplate screenshot

Reactjs Redux Boilerplate

Author Avatar Theme by Ederssouza
Updated: 10 Jun 2023
8 Stars

A basic project structure to build React JS apps using Redux.

Overview

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.

Features

  • Project structure for building React JS apps using Redux
  • Compiles and hot-reloads for development
  • Compiles and minifies for production
  • Lints and fixes files
  • Run unit tests
  • Provides instructions on how to create a reducer
  • Contributors follow a code of conduct
  • Uses SemVer for versioning
  • Licensed under the MIT License

Installation

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:

  1. Install Node.js or Yarn on your machine.
  2. Install the project dependencies by running the following command:
npm install
  1. Set up the project by running the following command:
npm run setup

Summary

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.