A simple React + Redux application, complete with DevTools. The primary goal of this project is to remain as unopinionated as possible. Its purpose is to provide a set of tools intended to make front-end development robust and easy.
We recommend using the Redux DevTools Chrome Extension. Using the chrome extension allows your monitors to run on a separate thread and affords better performance and functionality. It comes with several of the most popular monitors, is easy to configure, filters actions, and doesn’t require installing any packages.
We use react-router route definitions (<route>/index.js) to define units of logic within our application.
Out of the box, this starter kit is deployable by serving the ~/dist folder generated by npm run dist (make sure to specify your target NODE_ENV as well).
We use SASS to compile our CSS. After being imported, styles will be processed with PostCSS for minification and autoprefixing, and will be extracted to a .css file during production builds.
MIT