Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 431 Bytes

File metadata and controls

32 lines (22 loc) · 431 Bytes

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