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

https://github.com/smerth/angular-1-up-and-running

This is a "live filtering" application written in Javascript using the Angular.js library.
https://github.com/smerth/angular-1-up-and-running

angular foundation

Last synced: 2 months ago
JSON representation

This is a "live filtering" application written in Javascript using the Angular.js library.

Awesome Lists containing this project

README

          

# Angular 1 demo

This site is built with Foundation for Apps. The [Angular](https://angularjs.org) code is modified from the Lynda.com course "Up and running with angularjs 1."

Each page illustrates a part of the course.

![App Screenshot](https://raw.githubusercontent.com/smerth/angular-1-up-and-running/master/screenshot.png)

## Installation

### Clone the repo

```bash
git clone https://github.com/smerth/up-and-running-with-angularjs-1.git
```

### Install assets

```bash
npm install
bower install
```

### Run the app

```bash
npm start
```