Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Building From Source

Cagatay Civici edited this page Sep 25, 2020 · 27 revisions

How to build from source

PrimeNG is an Angular CLI project so to build PrimeNG from source and run the showcase locally, follow the instructions below;

Clone

git clone git@github.com:primefaces/primeng.git

Install

npm install

Run

ng serve

Visit address below to run the demos locally;

http://localhost:4200

Clone this wiki locally