Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 308 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 308 Bytes

React Boilerplate

The goal is to build it lightweight and mostly un-opinionated.

Features

  • WebPack 2
  • Express 4
  • ES6
  • React
  • Redux
  • react-router-redux
  • CSS Modules
  • Universal rendering (TODO)

Installation

  1. Ensure node version from .nvmrc is installed
  2. npm install
  3. npm start