PACKAGE.JSON – ADDING GH-PAGES
{
"name": "library",
"version": "0.1.0",
"private": true,
"homepage": “https://jonathanfmills.github.io/DEVUPPWA”,
"dependencies": {
"gh-pages": "^1.1.0",
…
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
}
}