Skip to content

doubleleft/hook-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hook-examples

A collection of hook usage examples.

Running locally

Run local static server:

npm install
npm start
Starting up http-server, serving . on: http://0.0.0.0:8080

For you to be able to run any of the examples locally, you will need to run the server locally, create an app, and change the credentials of the demo you want to run.

# Download and install hook
curl -sSL https://raw.githubusercontent.com/doubleleft/hook/master/scripts/install.sh | bash

# Start server
hook server

# Create app
hook app:new hook-examples --endpoint http://localhost:4665/

License

MIT

Releases

No releases published

Packages

No packages published