This repository contains a minimal set of code required to create your own typescript application. It does not depend on any frameworks. No global dependencies are required!
npm install
This script will build the component:
npm run build
This script will build and run the application.
npm run start
MIT