/react-redux-starter

React-Redux Boilerplate

Primary LanguageTypeScript

react-redux-starter

Dependency Status CircleCI

The main purpose of this repository is to show a working React app in TypeScript.

Pre-reqs

To build and run this app locally you will need a few things:

  • Install Node.js

Getting Started

Clone the repository

git clone https://github.com/dreamsparkx/react-redux-starter <project_name>

Install dependencies

cd <project_name>
npm install or
npm install --legacy-peer-deps

Build and run the project

npm run build
npm start

Added an example for websockets. Clone backend repo for the websocket to work.

Docker Commands:

docker-compose -f docker-compose.yml up --build -d