/cra-template-carbon-ibm-products

create-react-app template for Carbon for IBM Products

Primary LanguageJavaScriptMIT LicenseMIT

@carbon/ibm-products starter template (create-react-app)

This template will scaffold an application using Carbon v11 and Carbon for IBM Products. Use this template to jump start your application with a completely pre-configured setup using react-scripts.

Getting started

# Start template creation
yarn create react-app --template cra-template-carbon-ibm-products my-app-name

# Change to app directory
cd my-app-name

# Install dependencies
yarn

# Start dev server
yarn start