mirror of
https://github.com/seigler/presentation-react-state-management
synced 2025-07-27 01:36:09 +00:00
style improvement
This commit is contained in:
parent
17ec89d886
commit
9d42cbf352
5 changed files with 646 additions and 53 deletions
10
README.md
10
README.md
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue