https://github.com/dkarter/reactreduxtesting
https://github.com/dkarter/reactreduxtesting
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkarter/reactreduxtesting
- Owner: dkarter
- Created: 2017-01-30T16:12:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T04:13:18.000Z (over 2 years ago)
- Last Synced: 2025-06-30T03:56:02.557Z (about 1 year ago)
- Language: JavaScript
- Size: 297 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactStackKit
### Getting Started
```
$ git clone git@github.com:dkarter/ReduReactStackKit.git
$ cd ReactStackKit
$ yarn install
$ yarn start
```
### Acknowledgement
This repo is my own version of ReduxSimpleStarter from StephenGrider. Stephen
offers a [Redux](https://www.udemy.com/react-redux/) course on Udemy that highly
recommend checking out.