Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khachornchit/react-redux
Demonstrate a simple react application development using React-Bootstrap, React-Redux, Redux-Thunk, Redux-Saga, React-Router, and SASS.
https://github.com/khachornchit/react-redux
react-bootstrap react-hooks react-router reactjs redux-saga redux-thunk sass
Last synced: 9 days ago
JSON representation
Demonstrate a simple react application development using React-Bootstrap, React-Redux, Redux-Thunk, Redux-Saga, React-Router, and SASS.
- Host: GitHub
- URL: https://github.com/khachornchit/react-redux
- Owner: khachornchit
- License: mit
- Created: 2022-04-16T19:47:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T09:42:10.000Z (over 2 years ago)
- Last Synced: 2024-05-10T22:07:06.843Z (6 months ago)
- Topics: react-bootstrap, react-hooks, react-router, reactjs, redux-saga, redux-thunk, sass
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Redux, Redux-Saga
Demonstrate a simple react application development using the following.
* React-Bootstrap
* React-Redux
* Redux
* Redux-Thunk
* Redux-Saga
* React-Router
* SASS## Getting started
```shell
git clone https://github.com/khachornchit/Redux-Saga.git
cd Redux-Saga
npm run install
npm run start
```