Skip to content

Commit b8128cf

Browse files
author
DiegoTUI
committed
Create README.md
Added readme
1 parent 6c0d4b3 commit b8128cf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# node-workshop
2+
Sample code for the MallorcaJS workshop of Jan 15th 2015
3+
4+
There are 4 snippets of code in this repository:
5+
- interpreter: shows how to deal with files sync and asynchronously.
6+
- http: shows three ways of creating a simple http server
7+
- net: creates a very simple server that can be accessed via telnet
8+
- unit-tests: shows how to export a function and how to unit-test it
9+
10+
Run <code>npm install</code> in the root folder of the project in order to install dependencies.
11+
12+
Run <code>grunt</code> fron the root folder to jshint the code.
13+
14+
Run <code>npm test</code> from the root folder to run the tests.
15+
16+
Happy coding!!

0 commit comments

Comments
 (0)