From dac83e942b5aed4d255eaae8b5f4277720e34004 Mon Sep 17 00:00:00 2001 From: Benny van Reeven Date: Tue, 15 Sep 2015 09:19:05 +0200 Subject: [PATCH] Add usage to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index c1adb28..951fc99 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # React-TypeScript Minimal boilerplate for a single-page app using React, TypeScript 1.6 with TSX, and Visual Studio Code. + +Usage: + +* Install Node.js +* `npm install -g tsd` +* `npm install` +* `tsd install` +* `npm run build` + +To view the app: + +* `npm install -g http-server` +* `http-server` +* Open [http://localhost:8080/](http://localhost:8080/) in your browser of choice.