Skip to content

Commit c68827a

Browse files
committed
updated readme
1 parent f09a3d9 commit c68827a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Developing a RESTful API With Node and TypeScript
2+
3+
## Want to learn how to build this project?
4+
5+
Check out the [blog post](http://mherman.org/blog/2016/11/05/developing-a-restful-api-with-node-and-typescript/#.WB3zyeErJE4).
6+
7+
## Want to use this project?
8+
9+
1. Fork/Clone
10+
1. Install dependencies - `npm install`
11+
1. Compile - `gulp script`
12+
1. Run the development server - `npm start`
13+
1. Test - `npm test`

0 commit comments

Comments
 (0)