dt new -t hello-world
this template displays the message "Hello world" in the console as a simple greeting as this is the first official template. All in js
first of all you need to have the dt cli installed on your machine.
Now create a folder called my-hello-dt
and enter it.
Just run:
dt new -t hello-world
and:
node index.js
ready your hello world will be in front of you.