Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 451 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 451 Bytes

React-101

Open the teminal or cmd prompt and type:

npm i -g live-server
npm i -g babel-cli

Navigate to the project folder in the terminal and type:

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