Example project for the Medium Article What are NPM, Yarn, Babel, and Webpack; and how to properly use them?
https://github.com/appristas/example-react-project
Install dependencies:
yarn install
Run dev server:
yarn run dev
Open your favorite browser and type in http://localhost:8080
to build output files:
yarn run webpack