https://github.com/frenchbread/react-hooks
Minimal ReactJs app.
https://github.com/frenchbread/react-hooks
Last synced: 9 months ago
JSON representation
Minimal ReactJs app.
- Host: GitHub
- URL: https://github.com/frenchbread/react-hooks
- Owner: frenchbread
- License: mit
- Created: 2021-03-23T13:41:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T14:19:17.000Z (almost 5 years ago)
- Last Synced: 2025-02-11T19:36:38.220Z (11 months ago)
- Language: JavaScript
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-hooks
> Minimal react app.
```bash
# run dev server
$ yarn start
# run tests
$ yarn run test
# build
$ yarn run build
```
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).