Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 392 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 392 Bytes

Simple Angular Example

This is just a very simple angular 1.x example so people are able to get used to AngularJs basic functionality.

Install without web server

  1. Clone Repo
  2. npm install
  3. grunt start Enjoy it at http://localhost:8000

Install it on your webserver

  1. Clone Repo
  2. npm install
  3. Go to your web server through the browser to the repo folder and enjoy.