Skip to content

Commit

Permalink
adding yarn command to start project (kentcdodds#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
hozefaj authored and Kent C. Dodds committed Apr 21, 2017
1 parent 95f1051 commit 8dcc533
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,14 @@ doing this with a group, perhaps you could pair with someone who has a Mac or Li

To get the app up and running (and really see if it worked), run:

```
```shell
npm start dev

# if using yarn
yarn run dev
```


This _should_ start `mongod`, the `api` server, and the `client` server all at
the same time. Your browser should open up automatically to
`http://localhost:8080` (if it doesn't, just open that yourself) and you should
Expand Down

0 comments on commit 8dcc533

Please sign in to comment.