Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Commit

Permalink
Merge 8a66b48 into cd40b00
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Dec 20, 2018
2 parents cd40b00 + 8a66b48 commit 66dbbf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -92,11 +92,11 @@ To use the Material theme, import the correspondent file from the `theme/materia
`vaadin-element.html`


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

1. Fork the `vaadin-element` 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-element` directory, run `npm install` and then `bower install` to install dependencies.

Expand All @@ -106,8 +106,8 @@ To use the Material theme, import the correspondent file from the `theme/materia

1. You can also open demo or in-browser tests by adding **demo** or **test** to the URL, for example:

- http://127.0.0.1:8080/components/vaadin-element/demo
- http://127.0.0.1:8080/components/vaadin-element/test
- http://127.0.0.1:3000/components/vaadin-element/demo
- http://127.0.0.1:3000/components/vaadin-element/test


## Running tests from the command line
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"test": "wct",
"prestart": "polymer analyze vaadin-* > analysis.json",
"start": "polymer serve --open",
"start": "polymer serve --port 3000 --open",
"preversion": "gulp version:update"
},
"devDependencies": {
Expand Down

0 comments on commit 66dbbf0

Please sign in to comment.