https://github.com/radzionc/simple-blog-front
Front-End for Simple Blog
https://github.com/radzionc/simple-blog-front
react redux redux-saga
Last synced: over 1 year ago
JSON representation
Front-End for Simple Blog
- Host: GitHub
- URL: https://github.com/radzionc/simple-blog-front
- Owner: radzionc
- Created: 2018-09-22T09:40:38.000Z (almost 8 years ago)
- Default Branch: dev
- Last Pushed: 2020-11-16T13:53:52.000Z (over 5 years ago)
- Last Synced: 2025-03-23T00:23:43.982Z (over 1 year ago)
- Topics: react, redux, redux-saga
- Language: JavaScript
- Homepage:
- Size: 197 KB
- Stars: 27
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Front-End for Simple Blog
>

## Requirements:
- node.js
- running [backend](https://github.com/RodionChachura/simple-blog-back)
## Run locally
```bash
git clone https://github.com/RodionChachura/simple-blog-front
cd simple-blog-front
npm install
npm start
```
## Technologies
* React
* Redux
* Redux-Saga
## [Blog post](https://geekrodion.com/blog/asp-react-blog)
## License
MIT © [RodionChachura](https://geekrodion.com)