A template you can use to get started with Forgo. It uses webpack as the bundler.
Use degit to create a copy of this repo.
npx degit forgojs/forgo-template-javascript-babel-loader#main my-projectInstall dependencies:
# switch to the project directory
cd my-project
# Install dependencies
npm iAnd run it:
npm startnpm run build