NPM create command for creating new apps for the Moovweb XDN.
npm create xdn-app
... or with yarn ...
yarn create xdn-app
App templates are pulled from https://github.com/moovweb/xdn-templates.
To run this in local development:
npm start
This will create the app inside of the run
directory and delete the app that was previously created if one exists.