Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flbulgarelli/headbreaker-react-sample
https://github.com/flbulgarelli/headbreaker-react-sample
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flbulgarelli/headbreaker-react-sample
- Owner: flbulgarelli
- Created: 2023-07-18T19:33:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T02:53:54.000Z (9 months ago)
- Last Synced: 2024-10-17T14:28:10.973Z (29 days ago)
- Language: TypeScript
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Headbreaker react sample
This is a very simple demo of a using headbreaker within React. In order to test it, run the development server:
```bash
# Activate node 18
# Skip this step if you use node without the nvm version manager
nvm use# Start the server
npm run dev
```