@@ -189,7 +189,7 @@ it whenever you like.
189189### Running the Application during Development
190190
191191- Run ` npm start ` .
192- - Navigate your browser to [ http://localhost:8000/ ] ( http://localhost:8000/ ) to see the application
192+ - Navigate your browser to [ http://localhost:8000/ ] ( http://localhost:8000/ ) to see the application
193193 running.
194194
195195### Unit Testing
@@ -213,12 +213,12 @@ _Running the Application during Development_ section, above.
213213- Serve the application with: ` npm start `
214214- In a separate terminal/command line window run the e2e tests: ` npm run protractor ` .
215215- Protractor will execute the e2e test scripts against the web application itself. The project is
216- set up to run the tests on Chrome directly. If you want to run against other browsers, you must
216+ set up to run the tests on Chrome directly. If you want to run against other browsers, you must
217217 modify the configuration at ` e2e-tests/protractor-conf.js ` .
218218
219219** Note:**
220- Under the hood, Protractor uses the [ Selenium Standalone Server] [ selenium ] , which in turn requires
221- the [ Java Development Kit (JDK)] [ jdk ] to be installed on your local machine. Check this by running
220+ Under the hood, Protractor uses the [ Selenium Standalone Server] [ selenium ] , which in turn requires
221+ the [ Java Development Kit (JDK)] [ jdk ] to be installed on your local machine. Check this by running
222222` java -version ` from the command line.
223223
224224If JDK is not already installed, you can download it [ here] [ jdk-download ] .
@@ -257,6 +257,7 @@ scripts/ --> handy scripts
257257bower.json --> Bower specific metadata, including client-side dependencies
258258karma.conf.js --> config file for running unit tests with Karma
259259package.json --> Node.js specific metadata, including development tools dependencies
260+ package-lock.json --> Npm specific metadata, including versions of installed development tools dependencies
260261```
261262
262263
0 commit comments