Skip to content

Commit

Permalink
docs(all): updated instructions for npm start
Browse files Browse the repository at this point in the history
  • Loading branch information
zewa666 committed May 27, 2018
1 parent c680e42 commit 44c683d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Examples for the [Aurelia-Store](https://github.com/zewa666/aurelia-store) plugi
* Clone this repo
* Navigate to a subfolder of a sample [contacts, electron, immer, ...] in your command line
* Run `npm install`, or alternatively if you're using Yarn `yarn install`
* Run `au run --watch`
* Run `npm start`, which in turn runs `au run --watch`
* Open your browser and navigate to `http://localhost:9000`

> If `au run` does not work, make sure to install aurelia-cli globally via `npm install -g aurelia-cli` or respectively ` yarn global add aurelia-cli` if you're using Yarn.
Expand Down

0 comments on commit 44c683d

Please sign in to comment.