Skip to content

A template you can use to get started with Forgo and TypeScript

Notifications You must be signed in to change notification settings

forgojs/forgo-template-typescript-ts-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 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-ts-loader#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

A template you can use to get started with Forgo and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published