I use this repo as base for simple static-file ReactJs projects, usually SPA's, without routing.
-
$ npm install -
$ npm startruns webpack dev server on localhost:3000 -
$ npm buildgenerates the static files
To use CRA or NextJS sometimes just feels like too much.