As I continue to learn about the node and react ecosystems, my intent with this project is for it to be both a playground for exploration as well as a reference implementation of the things that I have settled on as best practices.
Since this is a side-project, some areas may be behind my progression of preferring a certain approach. Some things may also seem to go a bit far for such a small project, but please keep in mind that this is intended to be a reference implementation.
$ nvm install
$ npm install
Against the production API
$ npm run dev
Against a local API
$ npm run dev-local
$ npm test
After npm run build
has been run, load resources/js/stats.html
in a browser