Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 485 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 485 Bytes

Angular 2 : Minimalist scaffold

This scaffold uses the Angular.io's Quickstart.

Type the following :

git clone https://github.com/m-legrand/angular2-quickstart.git app-name
cd app-name

If you don't want to maintain a git repo :

rm -rf .git .gitignore README.md

Final step :

npm install
npm start

And you're all set !

See also the official repository.