This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 769
Developer Setup
Thomas Burleson edited this page Aug 16, 2017
·
5 revisions
- Make sure you have
node
installed with a version at least 5.5.0. - Run
npm install -g gulp
to install gulp. - Run
npm install -g yarn
to install yarn. - Fork the
angular/flex-layout
repo. - Clone your fork.
Recommendation: name your git remotes
upstream
forangular/flex-layout
and<your-username>
for your fork. Also see the team git shortcuts.
- From the root of the project, run
yarn install
.
- To build the library in dev mode, run
gulp build:lib
. - To build the library in release mode, run
gulp build:release
Developers should read the Fast Start for alternate integration instructions.
To run unit tests, run gulp test
.
To run lint, run gulp lint
.
Not yet implemented.
Not yet implemented.
-
Quick Links
-
Documentation
-
Demos
-
StackBlitz Templates
-
Learning FlexBox
-
History
-
Developer Guides
-
Contributing