Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sirkitree/angular-express-posterboy
Uses angularjs and express together to create a simple posting app.
https://github.com/sirkitree/angular-express-posterboy
Last synced: 10 days ago
JSON representation
Uses angularjs and express together to create a simple posting app.
- Host: GitHub
- URL: https://github.com/sirkitree/angular-express-posterboy
- Owner: sirkitree
- Created: 2012-10-31T20:34:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-18T21:41:17.000Z (almost 12 years ago)
- Last Synced: 2024-04-15T11:22:01.901Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 1 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Posterboy
This is a simple posting app written with AngularJS, Express, & Jade.
### Installation
npm install
### Running the app
Runs like a typical express app:
node app.js
Open `//localhost:3000` in your browser.