Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 624 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 624 Bytes

Build Status

Description

Based on the socket.io tutorial

Mostly for testing/playing with Socket.IO and AngularJS, but will at some point put a bit more work in on the nodejs-side of things. Other used technologies include jade and stylus.

Basic Usage

For development you need to start gulp

gulp

and the node-server

node server/index.js

If you just want to build the stuff for the front-end. Currently doest not minify js, but does concat it.

gulp build