Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including tram-one with all npm packages installed. Try it out:

// NOTE: This won't work since Tram-One does not (right now) support server-side rendering // This is on our backlog though, and if it is something that you would like, please vote / comment here: // https://github.com/Tram-One/tram-one/issues/181 const { registerHtml } = require('tram-one'); const html = registerHtml(); const home = () => { return html` <main> <h1>Tram-One</h1> <h2>A Modern View Framework for Vanilla Javascript</h2> </main> `; }; home().outerHTML;

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

tram-one v13.2.1

🚋 Modern View Framework for Vanilla Javascript

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free