No description
Find a file
2022-10-12 13:47:21 -04:00
.github/workflows update gh workflow, more bulletproof 2022-10-09 23:50:06 -04:00
src rename mini-apps 2022-10-12 13:47:21 -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 style improvement 2022-10-10 15:24:07 -04:00
package.json style improvement 2022-10-10 15:24:07 -04:00
README.md style improvement 2022-10-10 15:24:07 -04:00

Presentation - React State Management

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

clean

Deletes ./dist

build

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

Notes

Includes a GitHub workflow to automatically build to GitHub Pages. If your default branch is not main the workflow will need to be edited.