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