Home

Awesome

React Redux Styled Hot Universal

React boilerplate, used best practices and focus on performance


About

The starter boilerplate includes the following technologies:

TechnologyDescription
React Hot Loader 3Tweak React components in real time
ReactJavaScript library for building user interfaces
React RouterReact Router is a complete routing library for React
BabelBabel is a JavaScript compiler
WebpackModule bundler
Universal WebpackHelps setting up universal Webpack build: the one that's working both on client and server
Styled ComponentsStyle your components in powerful ways
ReduxRedux is a predictable state container for JavaScript apps
Redux ImmutableRedux & Immutable integration
React Router ReduxSimple bindings to keep react-router and redux in sync
ESLintThe pluggable linting utility for JavaScript and JSX
YarnFast, reliable and secure dependency management

Installation

yarn install

Running Dev Server

npm run dev:start

Running Prod Server

npm run prod:start