cra-template-carbon-ibm-products
v0.0.4
Published
A starter template for the Carbon for IBM Products react component library
Downloads
8
Maintainers
Readme
@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