Skip to content

Building From Source

Çağatay Çivici edited this page Aug 22, 2017 · 1 revision

How to build from source

PrimeReact is based on create-react-app project so to build PrimeReact from source and run the showcase locally, follow the instructions below;

Clone

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

Install

npm install

Build CSS

sass --update src/sass/App.scss
sass --update public/resources/themes
gulp build

Run

npm start

Visit address below to run the demos locally;

http://localhost:3000