primefaces / primeui

Rich set of javascript-css only widgets
http://www.primefaces.org/primeui
278 stars 125 forks source link

How can I test PrimeUI with locatehost? #217

Closed fenglinyushu closed 8 years ago

fenglinyushu commented 8 years ago

I download the primeui-mster.zip and unzip it. when i double click the index.html, it viewed normally, But when i click the components' link (such as inputText) , it no reaction. Can you help me ? I have not gulp

Thanks

Mrtcndkn commented 8 years ago

Try to use it with npm.

  1. npm install
  2. npm start After this you will have gulp on your local folder of primeui. It will run the primeui with lite-server on localhost:3000
fenglinyushu commented 8 years ago

Thanks

cagataycivici commented 8 years ago

I guess you also need to do gulp build-all before npm-start