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.
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.
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.
Please read, and abide by, the Code of Conduct. It's important.
See LICENSE.md
.