React App (Lessons)
-
Clone the project
-
Install global dependencies
yarn global add babel-cli live-server -
Install dependencies
npm install -
Prepare JS to run the app
babel src/app.js --out-file=public/scripts/app.js --presets=env,react --watch -
Run the project
live-server public