Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreamsparkx/react-redux-starter
React-Redux Boilerplate
https://github.com/dreamsparkx/react-redux-starter
javascript react reactjs redux redux-thunk thunk typescript
Last synced: 9 days ago
JSON representation
React-Redux Boilerplate
- Host: GitHub
- URL: https://github.com/dreamsparkx/react-redux-starter
- Owner: dreamsparkx
- Created: 2020-06-06T19:43:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T17:39:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T02:08:30.446Z (over 1 year ago)
- Topics: javascript, react, reactjs, redux, redux-thunk, thunk, typescript
- Language: TypeScript
- Size: 3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-redux-starter
[![Dependency Status](https://david-dm.org/dreamsparkx/react-redux-starter.svg)](https://david-dm.org/dreamsparkx/react-redux-starter) [![CircleCI](https://circleci.com/gh/dreamsparkx/react-redux-starter.svg?style=svg)](https://circleci.com/gh/dreamsparkx/react-redux-starter)
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
```Install dependencies
```
cd
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:
```bash
docker-compose -f docker-compose.yml up --build -d
```[backend repo]: