Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georapbox/react-redux-blog-app
Simple blog application made with React and Redux based on Modern React with Redux tutorial
https://github.com/georapbox/react-redux-blog-app
react redux redux-form redux-thunk
Last synced: about 1 month ago
JSON representation
Simple blog application made with React and Redux based on Modern React with Redux tutorial
- Host: GitHub
- URL: https://github.com/georapbox/react-redux-blog-app
- Owner: georapbox
- Created: 2017-04-23T17:33:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T12:33:36.000Z (over 7 years ago)
- Last Synced: 2024-10-18T23:08:57.209Z (3 months ago)
- Topics: react, redux, redux-form, redux-thunk
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Redux-Blog-App
Simple blog application made with React and Redux based on [Modern React with Redux](https://udemy.com/react-redux) tutorial.
## Install
```sh
$ npm install
```## Start development server
```sh
$ npm start
```## Build for production
```sh
$ npm run build
```