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
- Host: GitHub
- URL: https://github.com/bradoyler/express-content-demo
- Owner: bradoyler
- Created: 2014-11-11T02:03:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T04:40:10.000Z (over 10 years ago)
- Last Synced: 2025-02-13T05:41:42.855Z (2 months ago)
- Language: JavaScript
- Size: 477 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)