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

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

My personal React-Redux starter using webpack 2.
https://github.com/bryanesmith/react-redux-starter

babel bootstrap jest react redux sass webpack

Last synced: 2 months ago
JSON representation

My personal React-Redux starter using webpack 2.

Awesome Lists containing this project

README

          

# react-redux-starter

## Overview
My personal React-Redux starter using webpack. Includes demo using [Yahoo! Weather API](https://developer.yahoo.com/weather/).

![alt text](https://raw.githubusercontent.com/bryanesmith/react-redux-starter/master/screenshots/1.png "Screenshot of starter app")

## Includes
* React, React Router 4
* Redux, Redux Thunk
* webpack 2
* Bootstrap 3
* ESLint
* Jest
* isomorphic-fetch, es6-promise
* EditorConfig

## Commands
* `yarn`: to install dependencies
* `yarn start`: to launch webpack development server
* `yarn build`: to build production distribution
* `yarn test`: to run Jest tests