/react-boilerplate

React, Redux, Router5. PostCSS. The most buzzword-worthy boilerplate you've ever seen.

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

React Boilerplate

This is an opinionated React boilerplate, designed as a starting place for web applications that we build at Until Now.

As of this writing, it only supports client side rendering — but that will eventually change.

Getting Started

npm run dev

This will start a development server, and automatically reload CSS files when they change.

npm run compile

Build the application before running in a production deploy.

Tools

Opinions

Minimal overhead, for maximum flexiblity.

We must choose the best tools, even if that means higher churn early on, in hopes that it will reduce churn as development stabilizes later.

Real world use matters more than speculation.

In the JavaScript echo chamber, much is made of hot new tools even if they only live a few months. Keep it simple, and make decisions on technical reasons... don't use a tool just because it's new and shiny.

Code of Conduct

Please read, and abide by, the Code of Conduct. It's important.

LICENSE

See LICENSE.md.