File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ this server is:
7272npm start
7373```
7474
75- Now browse to the app at ` http://localhost:8000/app/ index.html ` .
75+ Now browse to the app at ` http://localhost:8000/index.html ` .
7676
7777
7878
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ exports.config = {
1111 'browserName' : 'chrome'
1212 } ,
1313
14- baseUrl : 'http://localhost:8000/app/ ' ,
14+ baseUrl : 'http://localhost:8000/' ,
1515
1616 framework : 'jasmine' ,
1717
Original file line number Diff line number Diff line change 2121 "postinstall" : " bower install" ,
2222
2323 "prestart" : " npm install" ,
24- "start" : " http-server -a localhost -p 8000 -c-1" ,
24+ "start" : " http-server -a localhost -p 8000 -c-1 ./app " ,
2525
2626 "pretest" : " npm install" ,
2727 "test" : " karma start karma.conf.js" ,
You can’t perform that action at this time.
0 commit comments