Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```