/how-to-be-a-millionaire

🚩 Learn Basic React 🖥️ 💰 comingBackToProgramming[1] 🏁

Primary LanguageJavaScript

This repo was created for learning purposes and one of the #Coming Back To Programming activities that started on September 24 2021…

Source 👉 https://github.com/safak/youtube/tree/react-quiz re-learn react from scratch 👌

npm install

npm start

🔸 🔸 🔸 Making it Better 🔸 🔸 🔸

➤ Install gh-pages and add deploy to scripts in package.json

npm install --save gh-pages
package.json
  "homepage": "https://myusername.github.io/how-to-be-a-millionaire",
  "scripts": {
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build",
  },

➤ Make it live at gh-pages

npm run deploy

➤ More Information for deploying

🔸 🔸 🔸 Making it Better 🔸 🔸 🔸

//