Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wbhob/angular-wizardry

Code from the Connect.Tech talk 2017
https://github.com/wbhob/angular-wizardry

Last synced: 8 days ago
JSON representation

Code from the Connect.Tech talk 2017

Awesome Lists containing this project

README

        

# Angular Wizardry for AngularJS Folks

This repo contains the talk for Wilson Hobbs's talk on the differences between AngularJS and Angular. The apps are essentially the same, with the exception that the one contained in the `angularjs` folder is written in AngularJS (Angular 1), while the one contained in `angular` is written in Angular (Angular 4).

### Running AngularJS project
Jump into the `angularjs` directory and run these commands:
1. `npm install`
1. `bower install` (or `bower update`)
1. `npm start`

### Running the Angular Project
Jump into the `angular` directory and run these commands:
1. `npm install -g @angular/cli`
1. `npm install`
1. `npm start`