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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ $ npm install
13
13
$ npm start
14
14
```
15
15
16
+
Then, open a web browser to [http://localhost:8080](http://localhost:8080) where you'll see a list of subjects.
17
+
16
18
## Updating
17
19
18
20
If you've already cloned the repo but you need to get updated code, then follow these steps:
@@ -26,7 +28,7 @@ git update origin master
26
28
npm install
27
29
```
28
30
29
-
Then, open a web browser to [http://localhost:8080](http://localhost:8080) where you'll see a list of subjects.
31
+
Then you should be able to do your `npm start` and open a web browser to [http://localhost:8080](http://localhost:8080) where you'll see a list of subjects.
0 commit comments