Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.

oasp/covalent-mosaic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

863cb5e · Jul 3, 2019

History

59 Commits
Jul 14, 2016
Mar 16, 2017
Jul 27, 2017
Mar 16, 2017
Aug 11, 2017
Aug 11, 2017
Feb 25, 2017
Jul 27, 2017
Jun 29, 2018
Jun 29, 2018
Jun 29, 2018
Jun 29, 2018
Jun 29, 2018
Jul 3, 2019
Jun 29, 2018
May 30, 2017
Jun 10, 2017
Mar 16, 2017
Aug 2, 2017
Aug 1, 2017
Jul 27, 2017

Repository files navigation

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