mirror of
https://github.com/seigler/presentation-react-state-management
synced 2025-07-27 01:36:09 +00:00
26 lines
494 B
Markdown
26 lines
494 B
Markdown
# Presentation - React State Management
|
|
|
|
## Installation
|
|
|
|
`npm install`
|
|
|
|
## Usage
|
|
|
|
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
|
|
|
|
### `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.
|