Skip to content

Latest commit

 

History

History

web

alt text

Metadata Generator (Web Example): https://hen-metadata.web.app/

Metadata Generator - hic et nunc web example

This is a example of the Axios library fetching Objkt Metadata from inside of a web browser, instead of a Node.js script. This example uses Webpack to locally serve your front-end code and also compiles it for static hosting.

Install and start the local web server:

cd web
npm run install
npm run dev

Compile a production build for deploy:

cd web
npm run production