Skip to content
On this page

Pangolin.js Core

This is the core framework package that provides a dev server with a nice UI and builds the production files.

CLI

About tasks

These commands are wrapped in package.json scripts, which can be started with npm run.

Dev

Start the development server with the web UI and file watching.

bash
pangolin-core dev

Build

Build production-ready files and a static export of the web UI.

bash
pangolin-core build

Inspect

Print the webpack config for the dev or build command to the console.

bash
# Inspect the webpack dev config.
pangolin-core inspect dev

# Inpsect the webpack build config.
pangolin-core inspect build

Released under the Hippocratic License 3.0.