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
Copy file name to clipboardExpand all lines: react-flux-babel-karma/README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,17 @@
2
2
3
3
## Getting started
4
4
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:
5
+
You'll need [node / npm](https://nodejs.org/) installed. To get up and running just enter:
6
6
7
7
```
8
8
npm install
9
-
typings install
10
9
npm run serve
11
10
```
12
11
13
12
This will:
14
13
15
-
1. Download the npm packages you need
16
-
2. Download the type definitions from DefinitelyTyped that you need.
17
-
3. Compile the code and serve it up at [http://localhost:8080](http://localhost:8080)
14
+
1. Download the npm packages you need (including the type definitions from DefinitelyTyped)
15
+
2. Compile the code and serve it up at [http://localhost:8080](http://localhost:8080)
18
16
19
17
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