Skip to content

kfarst/ng2-movie-app

Repository files navigation

ng2 Movie App

Angular 2 Style Guide MIT license

Sample Angular 2 app written with 2.0.0 final and The Movie Database (TMDB). Built on top of the angular2-seed project.

How to start

git clone --depth 1 https://github.com/kfarst/ng2-movie-app.git
cd ng2-movie-app
# install the project's dependencies
npm install
# watches your files and uses livereload by default
npm start

Does not rely on any global dependencies.

License

MIT