Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 643 Bytes

File metadata and controls

31 lines (21 loc) · 643 Bytes

Carbon for IBM.com Web Components Test Application

This is a test application utilizing the Carbon for IBM.com Web Components package. This is a basic webpack setup using Handlebars for page management.

Run development

This will deploy a local webpack dev environment with watcher:

yarn start

Build Static site for production

This will output to the dist folder for deploying up to other environments.

yarn build

Upgrading Carbon for IBM.com

There are three tasks, each will upgrade either latest canary, next, or latest versions on NPM:

yarn update-canary
yarn update-next
yarn update-latest