create-tropa
is a generator of tropa applications
npm init tropa hello-world
The npm init
command will create tropa
project at the ./hello-world
directory.
It is possible to generate TypeScript app too, just add --lang=ts
npm init tropa hello-world -- --lang=ts
cd ./hello-world
npm run debug
npm run build
npm run start
npm run test
npm run lint