A boilerplate for building static sites with [React][] and [React Router][]
Quick Start:
npm installnpm startto run a dev server- Write an awesome client-side app...
npm run buildto minify, package and generate static HTML files from your routes
Iportant Note: This setup does not yet support generating static sites for dynamic routes such as post/:id. For more info see this issue on the react-static-webpack-plugin repo.