clean-architecture-demo icon indicating copy to clipboard operation
clean-architecture-demo copied to clipboard

A skeleton example of react/redux using clean architecture

Clean Architecture Demo

This project is to illustrate the structure of a React + Redux web application using Clean Architecture.

Setup

    yarn install

or, if you like npm just install using that method.

Running

    NODE_ENV=test webpack-dev-server