Skip to content

forgojs/forgo-template-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forgo-template-typescript

A template you can use to get started with Forgo and TypeScript. It uses webpack as the bundler.

Running

Use degit to create a copy of this repo.

npx degit forgojs/forgo-template-typescript#main my-project

Install dependencies:

# switch to the project directory
cd my-project
# Install dependencies
npm i

And run it:

npm start

Building

npm run build

About

Forgo template for TypeScript which uses webpack and esbuild-loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published