Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 463 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 463 Bytes

###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