Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flbulgarelli/headbreaker-react-sample


https://github.com/flbulgarelli/headbreaker-react-sample

Last synced: 17 days ago
JSON representation

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
```