Skip to content

Instantly share code, notes, and snippets.

View ttarlov's full-sized avatar

ttarlov

View GitHub Profile

How to deploy React app to GitHub Pages

Install the gh-pages package as a "dev-dependency" of the app.

$ npm install gh-pages --save-dev
  • The commands shown in the following steps can all be issued from within the app's folder.
@hofmannsven
hofmannsven / README.md
Last active June 17, 2024 10:34
Git CLI Cheatsheet