Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vetri02/hackernewsapplp
App Landing Page for HackerNewsApp
https://github.com/vetri02/hackernewsapplp
Last synced: 2 days ago
JSON representation
App Landing Page for HackerNewsApp
- Host: GitHub
- URL: https://github.com/vetri02/hackernewsapplp
- Owner: vetri02
- Created: 2015-08-11T15:33:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T10:06:06.000Z (over 9 years ago)
- Last Synced: 2024-11-09T09:48:35.054Z (about 2 months ago)
- Language: HTML
- Size: 12.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacker News App Landing PAge
## Requirements
- [Node.js](http://nodes.org)
- [Gulp.js](http://gulpjs.com)
- [Bower](http://bower.io)## Quickstart
Clone the repository and install local dependencies:
```
npm install
bower install
```Then run the default `gulp` task:
```
gulp
```