Tag: Framework
-
Setup Semantic UI Development
Install Node js (vers. node-v5.5.0-x64) Go to project folder (myproject/) Start command prompt $ npm init $ npm install gulp –g –save $npm install semantic-ui –save Choose Automatic or Express installation If Express – then choose paths Set semantic/ and dist/ path Get inside /semantic/ dir $ gulp build $ gulp watch – to watch…
You must be logged in to post a comment.