No description
Find a file
Joshua Seigler 11d3fb8aaf Add automatic Pages deploy
Add an automatic Pages deploy on push to main
2022-10-09 22:06:26 -04:00
.github/workflows Add automatic Pages deploy 2022-10-09 22:06:26 -04:00
src Add automatic Pages deploy 2022-10-09 22:06:26 -04:00
.gitignore Initial commit 2022-10-09 17:59:28 -04:00
LICENSE Initial commit 2022-10-09 17:59:28 -04:00
package-lock.json Add automatic Pages deploy 2022-10-09 22:06:26 -04:00
package.json Add automatic Pages deploy 2022-10-09 22:06:26 -04:00
README.md start useState 2022-10-09 21:28:54 -04:00

Presentation - React State Management

Joshua Seigler - October 2022


Installation

npm install

Usage

NPM scripts (run with npm run scriptname)

start

Run the project locally at http://localhost:1234 and watch for code changes

publish

Runs scripts clean, build, and deploy in order.

clean

Deletes ./dist

build

Populate ./dist with a packaged build, ready for upload

deploy

Replace the contents of branch gh-pages with the contents of ./dist