Yeoman 2
Yeoman Generator For ReactJS
The generator-react-webpack module is an Yeoman generator to create ReactJS based application boiler plate. The generator-react-webpack can be installed using npm install generator-react-webpack –g command.The following screenshot shows the terminal with generator-react-webpack installation. On successful installation we can use this generator to create ReactJS application boiler plate.To create a ReactJS boiler plate use yo react-webpack […]
Yeoman AngularJS version 2 Generator
Yeoman can be installed globally using npm install yeoman –g command.The following screenshot shows the terminal with yeoman installation globally. Yeoman provides a generator named generator-angular2 to create a boiler plate for custom Gulp plugin development. The generator-angular2 can be installed globally using npm install generator-angular2 –g command.The following screenshot shows the terminal with generator-angular2 […]