-
Notifications
You must be signed in to change notification settings - Fork 1k
Building From Source
Çağatay Çivici edited this page Aug 22, 2017
·
1 revision
PrimeReact is based on create-react-app project so to build PrimeReact from source and run the showcase locally, follow the instructions below;
git clone [email protected]:primefaces/primereact.git
npm install
sass --update src/sass/App.scss
sass --update public/resources/themes
gulp build
npm start
Visit address below to run the demos locally;
http://localhost:3000