Developer Setup (original) (raw)

Getting your environment set up

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

    Recommendation: name your git remotes upstream for ngbracket/ngx-layoutand <your-username> for your fork

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

Building the library

Integration within your project

Developers should read the Fast Start for alternate integration instructions

Running tests