react.Edt.1.mov
Download the zip file or clone the repo
In terminal type :
npm install
npm start
git init
git add .
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/SahilMund/Breaking_Bad.git
git push -u origin master
"homepage": "https://myusername.github.io/my-app",
nmp :-
npm install --save gh-pages
(or)
yarn :-
yarn add gh-pages
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
}
npm run deploy
Finally, make sure GitHub Pages option in your GitHub project settings is set to use the gh-pages branch:
(It may sometimes sets by default so no need to do it every time)
🙏 If you find this repo helpful then don't forget to give a star ❇️ to this repository. :)