Skip to content

Commit 91596eb

Browse files
author
Bowden Kelly
authored
Update README.md
1 parent 6248438 commit 91596eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#TypeScript React Conversion Guide
2+
13
This walkthrough illustrates how to adopt TypeScript in an existing React/Babel/Webpack project. We'll start with a TicTacToe project written fully in JavaScript in the `TicTacToe_JS` folder as an example. By the end, you will have a TicTacToe project fully written with TypeScript.
24

35
If you are starting a new React project instead of converting one, you can use [this tutorial](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/tutorials/React.md).
@@ -222,4 +224,4 @@ npm install
222224
node ./node_modules/webpack/bin/webpack.js
223225
```
224226

225-
Run the app by openning `index.html`.
227+
Run the app by openning `index.html`.

0 commit comments

Comments
 (0)