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

https://github.com/igorhalfeld/angulado

A data-binding library
https://github.com/igorhalfeld/angulado

Last synced: 10 months ago
JSON representation

A data-binding library

Awesome Lists containing this project

README

          

# Angulado

> Work in progress

## Setup

```sh
# uglify
npm uglify

# browserify task and uglify
npm build

# run server with `http-server`
npm run server

# browserify task
npm run browserify

# browserify task and server task
npm start
```