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

https://github.com/angelfire/react-redux-starter

📃Simple React-Redux starter with thunk and logger
https://github.com/angelfire/react-redux-starter

Last synced: 2 months ago
JSON representation

📃Simple React-Redux starter with thunk and logger

Awesome Lists containing this project

README

          

# React Redux Starter
React Redux starter (using Thunk and Logger)

![](http://i.imgur.com/DUiL9yn.png)

## Getting Started
To get started, first install all the necessary dependencies.

```
> npm install
```

Start the development server (changes will now update live in browser)
```
> npm run start
```