More idiomatic project setup
This commit is contained in:
parent
625fd8dd06
commit
58cdd3038f
7 changed files with 22 additions and 17 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue