Skip to content

Commit

Permalink
Explicitly specify port in 'npm start' script
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Jan 8, 2019
1 parent 8b7ee52 commit 3f7456c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ To use the Material theme, import the correspondent file from the `theme/materia
`vaadin-split-layout.html`


## Running demos and tests in browser
## Running demos and tests in a browser

1. Fork the `vaadin-split-layout` repository and clone it locally.

1. Make sure you have [npm](https://www.npmjs.com/) installed.
1. Make sure you have [npm](https://www.npmjs.com/) and [Bower](https://bower.io) installed.

1. When in the `vaadin-split-layout` directory, run `npm install` and then `polymer install --variants` to install dependencies.

Expand Down

0 comments on commit 3f7456c

Please sign in to comment.