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-projectInstall dependencies:
# switch to the project directory
cd my-project
# Install dependencies
npm iAnd run it:
npm startnpm run build