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
@@ -18,7 +93,9 @@ In order to build (and run) the project execute:
18
93
grunt
19
94
```
20
95
21
-
You will find the generated files in the `dist` directory. For the website, you can run a server at its root. For example: `http-server dist/website`.
96
+
You will find the generated files in the `dist` directory. For the website, you can run a server at its root. For example: `http-server dist/website`. The default `grunt` task runs a server
97
+
at [https://127.0.0.1:8000](https://127.0.0.1:8000) and watches
98
+
for changes.
22
99
23
100
To run tests, execute:
24
101
@@ -29,5 +106,3 @@ grunt test
29
106
Look at the end of the `Gruntfile` for other common tasks.
0 commit comments