/react-redux-arch-starter

A starter project that demonstrates a scalable React + Redux architecture

Primary LanguageJavaScript

React + Redux Architecture

This repository exists to showcase a scalable React + Redux architecture.

Installation

  • Install Node.JS + NPM from here
  • Download or clone this repository
  • Open a terminal in the project folder
  • Enter the command: npm install

Running the application

  • Enter the command: npm start

Running the tests

  • Enter the command: npm run test:watch