You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: es6-babel-react-flux-karma/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,18 @@
2
2
3
3
## Getting started
4
4
5
-
You'll need [node / npm](https://nodejs.org/) and [tsd](http://definitelytyped.org/tsd/) installed globally. To get up and running just enter:
5
+
You'll need [node / npm](https://nodejs.org/) and [Typings](https://github.com/typings/typings) installed globally. To get up and running just enter:
6
6
7
7
```
8
8
npm install
9
-
tsd install
9
+
typings install
10
10
npm run serve
11
11
```
12
12
13
13
This will:
14
14
15
15
1. Download the npm packages you need
16
-
2. Download the typings from DefinitelyTyped that you need.
16
+
2. Download the type definitions you need.
17
17
3. Compile the code and serve it up at [http://localhost:8080](http://localhost:8080)
18
18
19
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.
0 commit comments