Skip to content

Commit

Permalink
docs(README): "start" script now added automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
klazich authored and gr2m committed Oct 24, 2016
1 parent c130620 commit bfcbee9
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,28 +60,10 @@ npm install --save hoodie
<!--
TODO: automate package.json update using postinstall
https://github.com/hoodiehq/hoodie/issues/477
https://github.com/hoodiehq/hoodie/pull/592
-->
Add a `"start"` script and set it to `"hoodie"` in your `package.json`. The
result should look something like this

```json
{
"name": "my-app",
"version": "1.0.0",
"scripts": {
"start": "hoodie",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"hoodie": "^24.0.0"
}
}
```

There might be more properties and `24.0.0` will likely be a higher number, but
that’s okay.

Now run `npm start` to start your Hoodie app.
Now simply use `npm start` to start up your Hoodie app!

You can find a more thorough description in our [Getting Started Guide](http://docs.hood.ie/camp/start/index.html).

Expand Down

0 comments on commit bfcbee9

Please sign in to comment.