Skip to content

Commit

Permalink
Merge pull request tgdwyer#26 from AidanDelaney/master
Browse files Browse the repository at this point in the history
Added documentation on how to run the examples in the WebCola directory.
  • Loading branch information
tgdwyer committed May 19, 2014
2 parents af5f6b6 + 9e7965e commit 6b2bf40
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,23 @@ Building

> grunt
This creates the cola.v1.min.js file in the webcola directory.
This creates the cola.v3.min.js file in the WebCola directory.

*Visual Studio:*

- get the [typescript plugin](http://www.typescriptlang.org/#Download)
- open webcola.sln

Running
-------

*Linux/Mac/Windows Command Line:*

Install the Node.js http-server module:

> npm install -g http-server
After installing http-server, we can serve out the example content in the WebCola directory.
> http-server WebCola
The default configuration of http-server will serve the exampes on [http://localhost:8080](http://localhost:8080).

0 comments on commit 6b2bf40

Please sign in to comment.