create-tropa
v1.0.20
Published
Tropa' application generator
Readme
create-tropa
create-tropa is a generator of tropa applications
Quick Start
Init App
npm init tropa hello-worldThe npm init command will create tropa project at the ./hello-world directory.
Open project directory
cd ./hello-world Debug app
npm run debugCompile app
npm run buildStart compiled app
npm run startRun tests
npm run testPerform code analyse
npm run lint