/angular-simple

The most simple Angular app I could possibly build

Primary LanguageJavaScript

Angular Simple

My goal here was to create the most simple version of Angular possible for the purpose of teaching how each of the pieces work.

To Run This

  1. git clone git@github.com:jeffwhelpley/angular-simple.git
  2. cd angular-simple
  3. npm i
  4. npm run build
  5. npm start
  6. For the AngularJS 1.x example go to http://localhost:9999/ng1.html
  7. For the Angular 2+ example go to http://localhost:9999