Skip to content

Commit

Permalink
Added readme files in all folders
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJov committed Jan 15, 2017
1 parent e5ed312 commit ec76494
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions express/README.md
@@ -0,0 +1,5 @@
# How to run code locally?

1. Install dependencies with `npm install`
2. Run code with `node index`
3. Open [https://localhost:3000/](https://localhost:3000/)
5 changes: 5 additions & 0 deletions hapi/README.md
@@ -0,0 +1,5 @@
# How to run code locally?

1. Install dependencies with `npm install`
2. Run code with `node index`
3. Open [https://localhost:3000/](https://localhost:3000/)
5 changes: 5 additions & 0 deletions koa/README.md
@@ -0,0 +1,5 @@
# How to run code locally?

1. Install dependencies with `npm install`
2. Run code with `node index`
3. Open [https://localhost:3000/](https://localhost:3000/)

0 comments on commit ec76494

Please sign in to comment.