Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ To get started with the codelab, download or fork this repo. A starter template
To run the starter or solution apps, run the following from their respective directories:

1. `npm i`
2. `npm start`
2. `npm audit`
3. `npm audit fix`
4. `npm start`

This will install the needed dependencies and run the app locally in your browser using Webpack Dev Server.

Expand Down