Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doemser/hh-web-24-1-react-state-2
https://github.com/doemser/hh-web-24-1-react-state-2
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/doemser/hh-web-24-1-react-state-2
- Owner: doemser
- Created: 2024-02-27T14:30:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T14:30:53.000Z (9 months ago)
- Last Synced: 2024-10-02T08:54:17.849Z (about 1 month ago)
- Language: JavaScript
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React State 2: Demo Start
This is the start state of the demo app.
## Notes
- You only have to touch this files:
- `./src/App.js`
- `./src/components/SearchForm.js`## 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