https://github.com/dylanpyle/react-redux-boilerplate
🚀 A starting point for new web projects using React/Redux/Webpack/ES6. Current as of October 2016.
https://github.com/dylanpyle/react-redux-boilerplate
react redux
Last synced: about 2 months ago
JSON representation
🚀 A starting point for new web projects using React/Redux/Webpack/ES6. Current as of October 2016.
- Host: GitHub
- URL: https://github.com/dylanpyle/react-redux-boilerplate
- Owner: dylanpyle
- License: mit
- Created: 2016-08-21T01:00:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T23:17:37.000Z (over 9 years ago)
- Last Synced: 2025-06-22T00:42:58.709Z (about 1 year ago)
- Topics: react, redux
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-redux-boilerplate
[](https://circleci.com/gh/dylanpyle/react-redux-boilerplate)
A personal starting point for new projects in React/Redux. Clone and go.
Principles:
- Batteries included
- Fast
- Relatively light on dependencies (...ish)
Stack:
- react
- redux
- postcss
- webpack
- babel
- tape
- eslint
## Prerequisites
- node.js (v6+)
## Usage
### Local development server
```bash
$ make serve
```
### Build production-ready bundle
```bash
$ make build
```
### Testing / Linting
```bash
$ make test
$ make lint
```
### Run a single test file
```bash
$ bin/tt src/components/loader/spec.jsx
```
## License
MIT