Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 279 Bytes

File metadata and controls

12 lines (9 loc) · 279 Bytes

Headbreaker react sample

This is a very simple demo of a using headbreaker within React. In order to test it, run the development server:

# Activate node 18
# Skip this step if you use node without the nvm version manager
nvm use

# Start the server
npm run dev