Slightly reworked example from Valentino Gagliardi's Tutorial: How to set up React, webpack, and Babel 7 from scratch (2019).
I have added linting using JavaScript Standard Style.
To run the linter:
$ npm run lint
And to execute the server itself:
$ npm start