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.
- Host: GitHub
- URL: https://github.com/bryanesmith/react-redux-starter
- Owner: bryanesmith
- Created: 2017-08-13T12:21:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T00:40:10.000Z (almost 9 years ago)
- Last Synced: 2025-10-29T07:41:23.228Z (8 months ago)
- Topics: babel, bootstrap, jest, react, redux, sass, webpack
- Language: JavaScript
- Homepage:
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).

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