/React-101

A Simple Decision maker app made using React that relnders in the Client-side (rather than server-side rendering)

Primary LanguageJavaScript

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