Home

Awesome

React Redux Scaffold

This is a seed project for building static react website, not for build universal app.

Feature

Setup

Scripts

Guide

Path Alias (resolve)

Anything in src/components can be required by only components/xx/xx.js

see webpack.config.js resolve for more.

Style Guide

Use css-modules to style react component.

Also, I use postcss to enhance css functions. You can write scss-like css, and use some future feature via cssnext.

Server Mocks

Write your server mocks at src/mocks.

Devtools

To change the Devtool position press ctrl + q . To hide the dev tool press ctrl + h

TODO