Open the teminal or cmd prompt and type:
npm i -g live-servernpm i -g babel-clinpm installTurn the live server on in the docs directory:
live-server docsTurn 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