This is Pizza to the Polls HQ - it's a StencilJS site that's written in typescript and deploys to S3/Cloudfront with github actions. Yep
npm init stencil app
and run:
npm start
To build the app for production, run:
npm run build
To run the unit tests once, run:
npm test
To run the unit tests and watch for file changes during development, run:
npm run test:watch