###This is a small starter app made from scratch to learn more about angularJS, angular material and ES6
##Running the code To run the sample, open a command prompt and execute the following commands:
- npm install (to install dependencies)
- npm sart (to start the server)
- Open a browser and change the URL to http://localhost:8000
Hope you will understand internals of this code sample ☺. Fill free to improve the repository