More idiomatic project setup

This commit is contained in:
Michel Weststrate 2015-12-14 13:08:26 +01:00
parent 625fd8dd06
commit 58cdd3038f
7 changed files with 22 additions and 17 deletions

View file

@ -2,19 +2,20 @@
Minimal boilerplate for a single-page app using Mobservable, Mobservable-React, React, TypeScript 1.6 with TSX, and Visual Studio Code.
Usage:
Initial install:
* Install Node.js
* `npm install -g tsd`
* `npm install`
* `tsd install`
Build:
* `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.
* `npm start`
## Credits