UNPKG

apprun

Version:

JavaScript library that has Elm inspired architecture, event pub-sub and components

10 lines 153 B
<!doctype html> <html> <head> <meta charset="utf-8"> <title>AppRun App</title> </head> <body> <script src="./dist/app.js"></script> </body> </html>