Skip to content

forgojs/forgo-template-javascript-babel-loader

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-babel-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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published