Skip to content

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

Notifications You must be signed in to change notification settings

lRAHULl/React-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published