This template allows you to build TypeScript React applications that compile to gh-pages easily!
Clone the template
git clone [email protected]:mxbaylee/github-page-template.git PROJECT_NAME
cd PROJECT_NAME
Update the port
npm run reroll:port
npm pkg set 'homepage'='/'$(basename "$PWD")
Update git
rm -rf .git
git init
git add --all
git commit -m '🥳 Initial commit'
git remote add origin PROJECT_ORIGIN
git push
Initial deploy
npm install
npm run deploy
🤖 To run
npm install
npm start
📦 To deploy
npm run deploy
- Update
public/manifest.json
with new app details - Update logos
-
public/favicon.ico
16x16 -
public/logo192.png
192x192 -
public/logo241.png
241x241
-
- Update
package.json
with new app details - Update
readme.md