# template-carbon-react **Repository Path**: mirrors_ibm/template-carbon-react ## Basic Information - **Project Name**: template-carbon-react - **Description**: StarterKit for Carbon Design System and React using latest programming model. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-09 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# Carbon React with Node.js React is a popular framework for creating user interfaces in modular components. In this sample application, you will create a web application using Express and React to serve web pages in Node.js, complete with standard best practices, including a health check and application metric monitoring. This app contains an opinionated set of components for modern web development, including: * [React](https://facebook.github.io/react/) * [Sass](http://sass-lang.com/) * [Carbon](https://www.carbondesignsystem.com/) * [Create React App](https://github.com/facebook/create-react-app) ### Deploying After you have created a new git repo from this git template, remember to rename the project. Edit `package.json` and change the default name to the name you used to create the template. Make sure you are logged into the IBM Cloud using the IBM Cloud CLI and have access to you development cluster. If you are using OpenShift make sure you have logged into OpenShift CLI on the command line. ```$bash npm install --location=global @ibmgaragecloud/cloud-native-toolkit-cli ``` Use the IBM Garage for Cloud CLI to register the GIT Repo with Tekton or Jenkins, using `--tekton` flag if using Tekton: ```$bash oc sync