Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

hast-util-to-jsx-runtime: web examples

This folder contains examples that run in web browsers that check whether this utility works with different frameworks.

To use them, first set up the Git repo with:

npm install
npm test

Then, start a simple server in this examples folder:

python3 -m http.server

Open http://localhost:8000 in a browser to see the results.