fangweiwei / angular-express-posterboy

Uses angularjs and express together to create a simple posting app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Uses angularjs and express together to create a simple posting app.