Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 179 Bytes

README.rst

File metadata and controls

12 lines (7 loc) · 179 Bytes

Install Yeoman:

sudo npm install -g yo

Install AngularJS Generator:

sudo npm install -g generator-angular

Bootstrap AngularJS App:

mkdir my-angular-app
yo angular