style improvement

This commit is contained in:
Joshua Seigler 2022-10-10 15:24:07 -04:00
parent 17ec89d886
commit 9d42cbf352
No known key found for this signature in database
5 changed files with 646 additions and 53 deletions

View file

@ -1,9 +1,5 @@
# Presentation - React State Management
Joshua Seigler - October 2022
---
## Installation
`npm install`
@ -14,7 +10,7 @@ NPM scripts (run with <code>npm run <em>scriptname</em></code>)
### `start`
Run the project locally at http://localhost:1234 and watch for code changes
Run the project locally at `http://localhost:1234` and watch for code changes
### `clean`
@ -24,9 +20,7 @@ Deletes `./dist`
Populate `./dist` with a packaged build, ready for upload
---
### Notes
## 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.