/Start_ReactJs

Getting started with ReactJs and popular modules

ReactJs

React Routing

React-Redux

React-Boostrap


Build new app

npx create-react-app .
npm install redux
npm install react-redux
npm install react-bootstrap bootstrap
npm install --save react-router-dom

Boostrap Studio (for easy drag & drop UI/UX design)

Convert html web site (boostrap studio export) into react

# Do this for images
src={require("./img/interior.jpg")}