Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Developer Setup

CaerusKaru edited this page Nov 6, 2019 · 5 revisions

Getting your environment set up

  1. Make sure you have node installed with a version at least 12.x
  2. Run npm install -g gulp to install gulp
  3. Fork the angular/flex-layout repo
  4. Clone your fork.

Recommendation: name your git remotes upstream for angular/flex-layout and <your-username> for your fork

  1. From the root of the project, run npm install

Building the library

  • To build the library, run npm run lib:build
  • To build and serve the demo-app, run npm run demo:serve
  • To build and serve the Universal app, run npm run universal:serve

Integration within your project

Developers should read the Fast Start for alternate integration instructions

Running tests

  • To run unit tests, run npm run lib:test
  • To run lint, run npm run lib:lint

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.