mirror of
https://github.com/seigler/presentation-react-state-management
synced 2025-07-27 01:36:09 +00:00
Initial commit
This commit is contained in:
commit
98ab1bce45
9 changed files with 4868 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Presentation - React State Management
|
||||
|
||||
Joshua Seigler - October 2022
|
||||
|
||||
---
|
||||
|
||||
## Installation
|
||||
|
||||
`npm install`
|
||||
|
||||
## Usage
|
||||
|
||||
`npm run start` for development or local hosting
|
||||
|
||||
`npm run build` to populate `./dist` with a packaged build, ready for upload
|
||||
|
||||
`npm run clean` to delete `./dist` and various cache folders
|
||||
|
||||
`npm run publish` to upload `./dist` to the GitHub Pages branch
|
Loading…
Add table
Add a link
Reference in a new issue