xvferdy / how-to-be-a-millionaire

🚩 Learn Basic React πŸ–₯️ πŸ’° comingBackToProgramming[1] 🏁

Home Page:https://xvferdy.github.io/how-to-be-a-millionaire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 πŸ”Έ πŸ”Έ πŸ”Έ

//

About

🚩 Learn Basic React πŸ–₯️ πŸ’° comingBackToProgramming[1] 🏁

https://xvferdy.github.io/how-to-be-a-millionaire


Languages

Language:JavaScript 69.1%Language:CSS 17.8%Language:HTML 13.1%