jit-parcel-ts

Getting started

To install and run the app (in watch mode):

npm install
npm run watch

To install and run the app (in "prod" mode):

npm install
npm run build
npm run serve