Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maximilian-krauss/ng-hackyard
- Owner: maximilian-krauss
- License: mit
- Created: 2014-06-12T12:56:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-28T12:25:29.000Z (over 10 years ago)
- Last Synced: 2023-03-24T00:17:53.434Z (over 1 year ago)
- Language: JavaScript
- Size: 171 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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