Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.