# 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 ### `clean` Deletes `./dist` ### `build` Populate `./dist` with a packaged build, ready for upload --- ### Notes Includes a GitHub workflow to automatically build to GitHub Pages. The workflow may require adjusting if your primary branch isn't `main` or the repo isn't named `react-state-management`.