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: README.md
+2-19
Original file line number
Diff line number
Diff line change
@@ -36,19 +36,6 @@ We have two kinds of dependencies in this project: development tools and applica
36
36
npm install
37
37
```
38
38
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
-
52
39
## Directory Layout
53
40
54
41
```
@@ -62,14 +49,10 @@ src/ --> all of the source files for the application
62
49
63
50
### Running the App during Development
64
51
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
-
71
52
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`.
72
53
54
+
Now browse to the app at `http://localhost:8080/`.
55
+
73
56
### Building and running the App in Production
74
57
75
58
To build the application for production just run `npm bundle`, it creates dist directory that have the production optimized build.
0 commit comments