with TypeScript and Rollup.js
# install deps
npm install
# build app
npm run build
# build & watch app
npm run watch
# build & launch app
npm run start
# run unit test
npm run test
with TypeScript and Rollup.js
# install deps
npm install
# build app
npm run build
# build & watch app
npm run watch
# build & launch app
npm run start
# run unit test
npm run test