deviceshop.netlify.app
src/
components/
checkout/
CheckoutPage.jsx
home/
components/
ProductComponent.css
ProductComponent.jsx
HomePage.jsx
contexts/
CheckoutContext.jsx
images/
...
App.css
App.js
index.css
index.js
npm i
npm i react-router-dom
npm i @fortawesome/fontawesome-svg-core
npm i @fortawesome/free-solid-svg-icons
npm i @fortawesome/react-fontawesome
Run React dev server (http://localhost:3000)
npm run start
npm run build
npx create-react-app device_shop_w__react
https://fontawesome.com/how-to-use/on-the-web/using-with/react
Command line instructions to merger conflicting branches upon actual initialization of github pull requests.
https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally
https://ardalis.com/how-to-grab-a-pull-request-locally-with-git-command-line/