react-gh-pages
react-gh-pages copied to clipboard
Deploying a React App (created using create-react-app) to GitHub Pages
# Category Which of these applies to you? _(Select all that apply)_ - [X] I'm following the tutorial as-written from start to finish - [ ] I'm using a custom...
Hi, I really appreciate this tutorial. It offered a simple and clear way to publish my React app to GitHub Pages, so I wanted to contribute by adding a French...
I added an optional step 10 in the README.md that describes how to set up a GitHub workflow to automate the deployment process. This workflow triggers the `npm run deploy`...
Hello! This tutorial helped me a lot, so I translated it in portuguese (https://github.com/iAndreas/react-gh-pages-ptBR) to help other people which can't read in english. Thank you for the inspiration :).
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed Allow leading dot for domain...
# Category Which of these applies to you? _(Select all that apply)_ - [x] I'm following the tutorial as-written from start to finish - [ ] I'm using a custom...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.2.0 to 3.3.8. Changelog Sourced from nanoid's changelog. 3.3.8 Fixed a way to break Nano ID by passing non-integer size (by @myndzi). 3.3.7 Fixed node16 TypeScript support...
Updated readme in order to add scripts to push deployments to master directly.