Example React App

[12/28/2019]: This project is updated with latest versions of all the mentioned tools. If you have read the previous revision of the article, please pay attention to the changes in package names

Example project for the Medium Article What are NPM, Yarn, Babel, and Webpack; and how to properly use them?

How to run

Install dependencies:

yarn install

Run dev server:

yarn run dev

Open your favorite browser and type in http://localhost:8080