https://github.com/ultimatecourses/angular-1-performance-src
Source code for AngularJS Performance course
https://github.com/ultimatecourses/angular-1-performance-src
Last synced: 8 days ago
JSON representation
Source code for AngularJS Performance course
- Host: GitHub
- URL: https://github.com/ultimatecourses/angular-1-performance-src
- Owner: ultimatecourses
- Created: 2016-11-30T21:48:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T12:27:36.000Z (over 4 years ago)
- Last Synced: 2023-08-06T02:17:27.973Z (almost 3 years ago)
- Language: JavaScript
- Homepage: https://ultimatecourses.com
- Size: 355 KB
- Stars: 30
- Watchers: 7
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ultimate Angular: Angular 1.x Performance Source code
Source code for Ultimate Angular 1.x [Performance Course](https://ultimatecourses.com/learn/angularjs-performance).
### Running these projects
Some of these may require a local server, any that do you can run the following:
```
cd
python -m SimpleHTTPServer
```
If you're on Windows, you can also download and run python, or if it's easier you can setup a local server by using your favourite IDE.