Skip to content

rafal83/covalent

 
 

Repository files navigation

Covalent: UI Platform based on Angular-Material

Build Status npm version Join the chat at https://gitter.im/Teradata/covalent Dependency Status Coverage Status

Covalent

Covalent is a reusable UI platform from Teradata for building web applications with common standards and tooling. It is based on Angular and Material Design.

Vision: To build an atomic, reusable component platform for Teradata to consume, while collaborating in an open source model.

Setup

  • Ensure you have Node 6.9.1 or up and NPM 3+ installed.
  • Install Angular CLI npm i -g @angular/cli@latest
  • Install Typescript npm i -g typescript
  • Install TSLint npm install -g tslint
  • Install Protractor for e2e testing npm install -g protractor
  • Install Node packages npm i
  • Update Webdriver webdriver-manager update and ./node_modules/.bin/webdriver-manager update
  • Run local build ng serve or ng serve --aot
  • If using yarn locally, npm rebuild node-sass is required for yarnpkg/yarn#1981 as of v0.22.0


Browser Support

Covalent is built on a CSS Flexbox layout and all layouts and components heavily rely up that support, so the current browsers are supported in order or recommendation:

Current version - 1 for the following:

Chrome Firefox Safari Edge* Mobile Chrome* Mobile Safari* IE11
Supported x

*Indicates limited testing & lower priority

More on flexbox browser support

About

Teradata UI Platform built on Angular Material

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 48.2%
  • HTML 32.2%
  • CSS 18.2%
  • JavaScript 1.2%
  • Shell 0.2%