https://github.com/codevate/virtual-list-blog-post
A companion project for our blog post on implementing a virtual list in AngularJS that supports content of varying heights.
https://github.com/codevate/virtual-list-blog-post
angular angular-components angular1 angularjs babeljs gruntjs performance-tuning user-experience user-interface virtual-list
Last synced: 11 months ago
JSON representation
A companion project for our blog post on implementing a virtual list in AngularJS that supports content of varying heights.
- Host: GitHub
- URL: https://github.com/codevate/virtual-list-blog-post
- Owner: Codevate
- Created: 2017-07-31T15:30:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T14:23:10.000Z (over 8 years ago)
- Last Synced: 2025-01-16T22:13:02.119Z (about 1 year ago)
- Topics: angular, angular-components, angular1, angularjs, babeljs, gruntjs, performance-tuning, user-experience, user-interface, virtual-list
- Language: JavaScript
- Homepage: https://codevate.github.io/virtual-list-blog-post/
- Size: 1.31 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Variable Height Virtual List
A companion project for our blog post on implementing a virtual list in AngularJS that supports content of varying heights.
## Getting started
Install dependencies:
```
npm install
```
Build the project:
```
grunt
```
### About Codevate
Codevate is a specialist [UK mobile app development company](https://www.codevate.com/) that builds cloud-connected software. This repository was created for a blog post about a [custom web application development](https://www.codevate.com/services/web-development) project and was written by Alex Dunne.