In order to run it locally you'll need to:
- Start a local web server:
$ cd angular-cli/ # this folder
$ npm install
$ ng serve
- Open the browser and navigate to localhost:4200
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'feat(my-new-feature): Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT License © WebComponents.org