oasp / covalent-mosaic

Mosaic layout for Covalent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covalent mosaic

Mosaic template with @covalent packages

NOTE:

OASP has been superseded by devonfw, the Open Source Standard Software Development Platform for state of the art Cloud Native Micro Service and Multi Platform Rich Web Apps, supported by Capgemini.

See http://devonfw.com and on Github http://github.com/devonfw

Individual products within OASP have been renamed to a corresponding one in devonfw.

For example:

  • OAPS4j -> devon4j
  • OASP4js -> devon4ng
  • OASP4NET -> devon4NET

devonfw® is an exclusive and registered (European Trademark) product of Capgemini. Capgemini reserves all intellectual and industrial property rights over devonfw but publishes it under the Apache License, Version 2 – like OASP- which makes devonfw 100% Open Source. See: https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)

Setup

  • Ensure you have Node 4.4+ and NPM 3+ installed.
  • Install Angular CLI npm i -g @angular/cli@latest
  • Install Typescript 2.0 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

About

Mosaic layout for Covalent

License:Apache License 2.0


Languages

Language:TypeScript 62.6%Language:CSS 15.4%Language:HTML 14.1%Language:JavaScript 6.0%Language:Shell 1.9%