Skip to content

Commit

Permalink
Updated html-import example to use yarn like the other examples
Browse files Browse the repository at this point in the history
  • Loading branch information
keego committed Apr 29, 2018
1 parent d61d197 commit c13fffc
Show file tree
Hide file tree
Showing 3 changed files with 626 additions and 4,873 deletions.
4 changes: 2 additions & 2 deletions examples/html-import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

``` bash
# 1. install dependencies
npm install
yarn install # or npm install

# 2. start simple express webserver at localhost:3000
npm start
yarn start # or npm start

# 3. open app and view examples
# http://localhost:3000
Expand Down
Loading

0 comments on commit c13fffc

Please sign in to comment.