Up and running First install angular-cli (project was created with version 1.0.0-beta.24) $ npm install -g angular-cli@latest To run app: $ npm install $ ng serve and go to localhost:4200 License MIT