This repository was archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 761
Developer Setup
CaerusKaru edited this page Nov 6, 2019
·
5 revisions
- Make sure you have
nodeinstalled with a version at least 12.x - Run
npm install -g gulpto installgulp - Fork the
angular/flex-layoutrepo - Clone your fork.
Recommendation: name your git remotes
upstreamforangular/flex-layoutand<your-username>for your fork
- From the root of the project, run
npm install
- 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
Developers should read the Fast Start for alternate integration instructions
- To run unit tests, run
npm run lib:test - To run lint, run
npm run lib:lint
-
Quick Links
-
Documentation
-
Demos
-
StackBlitz Templates
-
Learning FlexBox
-
History
-
Developer Guides
-
Contributing