Skip to content

Forgo template which uses esbuild-loader instead of babel-loader

Notifications You must be signed in to change notification settings

forgojs/forgo-template-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forgo-template-javascript

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

Running

Use degit to create a copy of this repo.

npx degit forgojs/forgo-template-javascript#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 which uses esbuild-loader instead of babel-loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published