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

https://github.com/bradoyler/express-content-demo

express app for content site demos
https://github.com/bradoyler/express-content-demo

Last synced: 18 days ago
JSON representation

express app for content site demos

Awesome Lists containing this project

README

        

express-content-demo
====================

express app for content site demos

### install dependencies (mac)
```sh
sudo npm install
bower install
```

### start
```sh
grunt
```
then goto [http://localhost:3000](http://localhost:3000)