
React (0.13.x) + Flux (Flummox) + ReactRouter (0.13.x) + Server Rendering
Universal React Flux Boilerplate is a starting point for several projects. It includes React, Flux, ReactRouter, and server rendering. The boilerplate also has a webpack config with hot reloading and supports ES6/ES7 code transpiled by Babel. It provides an app configuration with c0nfig and npm scripts for task automation. The boilerplate does not include any CSS preprocessors, frameworks, or builds.
Universal React Flux Boilerplate is a starting point for projects that utilize React, Flux, and server rendering. It provides a webpack config with hot reloading and supports ES6/ES7 code transpiled by Babel. The boilerplate includes an app configuration with c0nfig and NPM scripts for task automation. It does not include any CSS preprocessors, frameworks, or builds, allowing developers to choose and set up their own preferred solutions. The boilerplate is MIT licensed.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.