RunKit
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 express-nunjucks
with all npm
packages installed. Try it out:
require(“express/package.json”); // express is a peer dependency.
require(“nunjucks/package.json”); // nunjucks is a peer dependency.
var expressNunjucks = require(“express-nunjucks”)
- all documents on RunKit are
public
require()
any package directly from npm- use arrow functions, classes, template strings, and most of ES6
await
any promise instead of using callbacks (example)- create your own embedded node.js snippets
This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.