Simple TypeScript project setup.
npm i
npm test
npm run lint
npm run build-dev
npm run build-prod
npm run serve-build
Open http://localhost:4200 in your browser. You should see HelloLib
if you call console.log(this)
in the console dev tools of your browser.
https://github.com/jojanper/typescript-starter/actions