Skip to content

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