Add usage to README
This commit is contained in:
parent
0111970acf
commit
dac83e942b
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -1,3 +1,17 @@
|
||||||
# React-TypeScript
|
# React-TypeScript
|
||||||
|
|
||||||
Minimal boilerplate for a single-page app using React, TypeScript 1.6 with TSX, and Visual Studio Code.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue