Skip to content

Commit 898f116

Browse files
author
Vlad Sternbach
committed
Update README.md
1 parent 6fb5a37 commit 898f116

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

README.md

+2-19
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,6 @@ We have two kinds of dependencies in this project: development tools and applica
3636
npm install
3737
```
3838

39-
### Run the Application
40-
41-
We have preconfigured the project with a simple development web server. The simplest way to start
42-
this server is:
43-
44-
```
45-
npm start
46-
```
47-
48-
Now browse to the app at `http://localhost:8080/`.
49-
50-
51-
5239
## Directory Layout
5340

5441
```
@@ -62,14 +49,10 @@ src/ --> all of the source files for the application
6249

6350
### Running the App during Development
6451

65-
Typescript development is dependant on typings project, that need to be installed globally prior to development.
66-
67-
```
68-
sudo npm install -g typings
69-
```
70-
7152
The angularjs-typescript-webpack project comes preconfigured with a local development webserver. It is a webpack-dev-server, that supports hot reload. You can start this webserver with `npm start`.
7253

54+
Now browse to the app at `http://localhost:8080/`.
55+
7356
### Building and running the App in Production
7457

7558
To build the application for production just run `npm bundle`, it creates dist directory that have the production optimized build.

0 commit comments

Comments
 (0)