Skip to content

m-legrand/angular2-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.