Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit ed82f9f

Browse files
committed
Update README.md
Added more Visual Studio info
1 parent 90845cd commit ed82f9f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

es6-babel-react-flux-karma/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ This will:
1616
2. Download the typings from DefinitelyTyped that you need.
1717
3. Compile the code and serve it up at [http://localhost:8080](http://localhost:8080)
1818

19-
Now you need dev tools. There's a world of choice out there; there's [Atom](https://atom.io/), there's [VS Code](https://www.visualstudio.com/en-us/products/code-vs.aspx), there's [Sublime](http://www.sublimetext.com/). There's even something called [Visual Studio](www.visualstudio.com). It's all your choice really.
19+
Now you need dev tools. There's a world of choice out there; there's [Atom](https://atom.io/), there's [VS Code](https://www.visualstudio.com/en-us/products/code-vs.aspx), there's [Sublime](http://www.sublimetext.com/). There's even something called [Visual Studio](http://www.visualstudio.com). It's all your choice really.
2020

2121
For myself I've been using Atom combined with the mighty [atom-typescript package](https://atom.io/packages/atom-typescript). I advise you to give it a go. You won't look back.
2222

2323
## I want to have an ASP.Net project and use Visual Studio + IIS Express to serve this instead
2424

25-
If you drop this code into a Visual Studio ASP.Net project should should be good to go. You'll need this section in your `web.config` to ensure Visual Studio serves from the `dist` directory:
25+
If you drop this code into an empty Visual Studio ASP.Net project should should be good to go. You'll need this section in your `web.config` to ensure Visual Studio serves from the `dist` directory:
2626

2727
```
2828
<configuration>
@@ -40,3 +40,8 @@ If you drop this code into a Visual Studio ASP.Net project should should be good
4040
```
4141

4242
And rather than running `npm run serve` you'll want to use `npm run watch`. (This builds / watches your code / runs tests etc but does **not** spin up a web server.)
43+
44+
Finally you'll want to set the following TypeScript options for your project
45+
46+
- ECMAScript Version: ECMAScript 6
47+
- JSX compilation in TSX files: Preserve

0 commit comments

Comments
 (0)