Город МОСКОВСКИЙ
00:04:58

Deploying React Applications to Github Pages

Аватар
Реактивные Реалии
Просмотры:
24
Дата загрузки:
27.11.2023 21:10
Длительность:
00:04:58
Категория:
Лайфстайл

Описание

The commands used in the video:

1) npm install gh-pages
2) "homepage": "http://{username}.github.io/{repo-name}"
3)
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
4) npm run deploy

Рекомендуемые видео