Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit aabd39b

Browse files
gkalpakpetebacondarwin
authored andcommitted
chore(*): serve from the app/ directory
Closes #341
1 parent 239b515 commit aabd39b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ this server is:
7272
npm 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

e2e-tests/protractor.conf.js

+1-1
Original file line numberDiff line numberDiff 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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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",

0 commit comments

Comments
 (0)