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.
- Host: GitHub
- URL: https://github.com/smerth/angular-1-up-and-running
- Owner: smerth
- Created: 2016-08-21T16:51:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T23:38:19.000Z (over 7 years ago)
- Last Synced: 2025-08-20T15:51:40.079Z (10 months ago)
- Topics: angular, foundation
- Language: CSS
- Homepage: https://smerth.github.io/angular-1-up-and-running/
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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
```