Skip to content

dna-engine/node-jsdom-starter

Repository files navigation

node-jsdom-starter

logo

Sample dna-engine application running on node with jsdom

License:MIT Vulnerabilities Build

dna-engine.org, a UI library for jQuery, can be run headless (no browser) on Node.js with the DOM provided by jsdom.

Setup

Execute run-app.sh.command or enter the terminal commands:

$ cd node-jsdom-starter
$ npm install
$ node app.js

Import

import dna-engine

Output

require dna-engine


MIT License