Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maximilian-krauss/ng-hackyard

My setup for quick angular prototyping
https://github.com/maximilian-krauss/ng-hackyard

Last synced: 6 days ago
JSON representation

My setup for quick angular prototyping

Awesome Lists containing this project

README

        

ng-hackyard
===========

My setup for quick angular prototyping

## Dependencies
Globally installed node (and npm) and bower

## Setup
```
npm install && bower install
```

## Run
```
npm start
```

then goto http://localhost:3000