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