npm create tgweb@latest example
This command creates a directory named example
in the current directory and
place package.json
there.
If you omit the directory name, tgweb
is used.
cd example
npm install
For more information on how to create websites with tgweb, please visit its page on npmjs.com.