A template you can use to get started with Forgo and TypeScript. It uses webpack as the bundler.
Use degit to create a copy of this repo.
npx degit forgojs/forgo-template-typescript-ts-loader#main my-project
Install dependencies:
# switch to the project directory
cd my-project
# Install dependencies
npm i
And run it:
npm start
npm run build