This repository contains angular boilerplate which implements stateproviders and infinite scroll module to implement lazyloading in simplistic way.
To install all dev dependencies
Call [backend dependencies]:
npm install
and Call [frontend dependencies]:
bower install
To run the app:
npm start
To setup repository with documentation
- Go to the parent directory of the
anglr_lazycontent
folder and call:
git clone https://github.com/dineshnagarit/anglr_lazycontent.git
Fork the repo and make requred changes. After that push your changes in branch, which is named according to the changes you did. Initiate the PR. The code in this repository is distributed under the terms of the MIT license.