https://github.com/doemser/hh-web-24-1-react-props
https://github.com/doemser/hh-web-24-1-react-props
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/doemser/hh-web-24-1-react-props
- Owner: doemser
- Created: 2024-02-23T13:57:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T13:58:12.000Z (over 2 years ago)
- Last Synced: 2024-10-16T19:52:38.843Z (over 1 year ago)
- Language: JavaScript
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Props: Demo Start
This demo shows how to use props in React.
## Notes
- You only have to touch the `./src/App.js` file.
- You find the end point for this demo in `sessions/react-props/demo-end`.
## Development
### Local Development
To work locally, please install the dependencies using `npm i` first.
Run `npm run start` to start a development server and open the displayed URL in a browser.
### CodeSandbox Cloud
Select the "Preview: 3000" tab to view this project.
> The `npm run start` script runs automatically.
### Scripts
You can use the following commands:
- `npm run start` to start a development server