Open the teminal or cmd prompt and type:
npm i -g live-server
npm i -g babel-cli
npm install
Turn the live server on in the docs directory:
live-server docs
Turn the babel-cli by typing the following command in the terminal:
babel src/app.jsx --out-file docs/scripts/app.js --presets=env,react --watch