Setup Yeoman 0.9 in Windows operating System


To Setup Yeoman 0.9 in windows PC we can follow the steps below:

Open the CMD and type this code :



>> @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('http://bit.ly/psChocInstall'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin

>> cinst yeoman

>> yeoman init

>> yeoman build

>> yeoman server:dist