Carbon for IBM.com Tutorial

This tutorial will guide you in creating a simple HTML app with Carbon for IBM.com Web Components. We’ll teach you the ins and outs of using Carbon components, while introducing web development best practices along the way.

Get started by visiting the tutorial instructions.

Getting started

This project is a trimmed-down version of the Carbon for IBM.com Web Components template.

Go to the project directory to install dependencies and build the project

$ yarn && yarn build

Then start the application:

$ yarn start

To export to a static site, run the following:

$ yarn build