All Projects β†’ carbon-design-system β†’ Carbon Angular Starter

carbon-design-system / Carbon Angular Starter

Licence: apache-2.0
A simple starter app for bootstrapping applications with Carbon

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Carbon Angular Starter

assistant-with-discovery-openwhisk
DEPRECATED: this repo is no longer actively maintained
Stars: ✭ 21 (-48.78%)
Mutual labels:  ibm
Carbon Charts
πŸ“Š πŸ“ˆβ €Robust dataviz framework implemented using D3 & typescript
Stars: ✭ 287 (+600%)
Mutual labels:  ibm
Qiskit Api Py
This repository and the qiskit-api-py package are deprecated, and no longer supported. A Python library for the Quantum Experience API
Stars: ✭ 458 (+1017.07%)
Mutual labels:  ibm
Nineties
πŸ’Ύ Colors for World Wide Web pioneers
Stars: ✭ 16 (-60.98%)
Mutual labels:  ibm
Charts
The IBM/charts repository provides helm charts for IBM and Third Party middleware.
Stars: ✭ 254 (+519.51%)
Mutual labels:  ibm
Custom Object Detection
Custom Object Detection with TensorFlow
Stars: ✭ 338 (+724.39%)
Mutual labels:  ibm
tm1py
TM1py is a Python package that wraps the TM1 REST API in a simple to use library.
Stars: ✭ 135 (+229.27%)
Mutual labels:  ibm
Laravel Personality Insights
πŸ‘© πŸ‘± Using IBM Watson Personality Insights Service with Laravel 5
Stars: ✭ 36 (-12.2%)
Mutual labels:  ibm
Microservices Traffic Management Using Istio
Istio is an open platform that provides a uniform way to connect, manage, and secure microservices. In this code we show how we can enable your microservices with advanced traffic management, routing and tracing capabilities leveraging Istio
Stars: ✭ 257 (+526.83%)
Mutual labels:  ibm
Courses
Quiz & Assignment of Coursera
Stars: ✭ 454 (+1007.32%)
Mutual labels:  ibm
miniqubit
Quantum emulator of the IBM Quantum experience
Stars: ✭ 24 (-41.46%)
Mutual labels:  ibm
fortigate-terraform-deploy
Deployment templates for FortiGate-VM on cloud platforms with terraform
Stars: ✭ 30 (-26.83%)
Mutual labels:  ibm
Max Image Resolution Enhancer
Upscale an image by a factor of 4, while generating photo-realistic details.
Stars: ✭ 361 (+780.49%)
Mutual labels:  ibm
visualize-data-with-python
A Jupyter notebook using some standard techniques for data science and data engineering to analyze data for the 2017 flooding in Houston, TX.
Stars: ✭ 60 (+46.34%)
Mutual labels:  ibm
Cloudcomparer
Compare the various managed cloud services offered by the major public cloud providers in the market.
Stars: ✭ 678 (+1553.66%)
Mutual labels:  ibm
Notepad-RPG
RPG Free-Format & CL syntax for Nodepad++
Stars: ✭ 28 (-31.71%)
Mutual labels:  ibm
Carbon Components Angular
An Angular implementation of the Carbon Design System for IBM.
Stars: ✭ 310 (+656.1%)
Mutual labels:  ibm
Ibmi Oss Examples
A set of examples for using open source tools on IBM i
Stars: ✭ 41 (+0%)
Mutual labels:  ibm
Max Text Sentiment Classifier
Detect the sentiment captured in short pieces of text
Stars: ✭ 35 (-14.63%)
Mutual labels:  ibm
Romfont
VGA and BIOS rom font extraction
Stars: ✭ 443 (+980.49%)
Mutual labels:  ibm

CARBON ANGULAR STARTER

Kick start your application development with Carbon Angular.

Prerequisites

Download and install

Run the following in the terminal:

# to download
git clone https://github.com/carbon-design-system/carbon-angular-starter.git

# to install
cd carbon-angular-starter
npm i

Development server

Run npm run start or npx ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

How to use components

Look at the component library and developer documentation.

Create new angular components

Run npx ng generate component component-name to generate a new component. You can also use npx ng generate directive/pipe/service/class/module.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag (npm run build -- -prod) for a production build.

Running unit tests

Run npm test to execute the unit tests via Karma.

Running end-to-end tests

Run npm run e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Further help

To get more help on the Angular CLI use npx ng help or go check out the Angular CLI README.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].