Skip to content

Commit

Permalink
removed yarn install now that sendgrid-node is sorted out
Browse files Browse the repository at this point in the history
  • Loading branch information
johndatserakis authored Aug 24, 2017
1 parent b910b0d commit bb88426
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,15 @@ This is a simple SPA built using [Koa](http://koajs.com/) (2.3) as the backend a

``` bash
# install dependencies
yarn install
npm install

# serve using nodemon with hot reload
npm run watch

# build for production with prettier
npm run build

# serve in production using the pm2 ecosystem.json file Note: Currently
# using yarn for the install due to the SendGrid node package requiring this
# at the moment.
# serve in production using the pm2 ecosystem.json file
npm run start-production
```

Expand Down Expand Up @@ -119,4 +117,4 @@ Go ahead and fork the project! Message me here if you have questions or submit a

Copywrite 2017 John Datserakis

[MIT](http://opensource.org/licenses/MIT)
[MIT](http://opensource.org/licenses/MIT)

0 comments on commit bb88426

Please sign in to comment.