From 635e3950d3c702c50765d7645f135cd079608166 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Wed, 8 Nov 2017 14:54:20 +1100 Subject: [PATCH] App readme fixes and tweaks. --- app/readme.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app/readme.md b/app/readme.md index 689bd05..ec13275 100644 --- a/app/readme.md +++ b/app/readme.md @@ -4,17 +4,16 @@ An example SSR web app using: -* [next](https://www.npmjs.com/package/next) -* [react-apollo](https://www.npmjs.com/package/react-apollo) -* [apollo-link-batch-http](https://www.npmjs.com/package/apollo-link-batch-http) -* [apollo-fetch-upload](https://www.npmjs.com/package/apollo-fetch-upload) +* [next](https://npm.im/next) +* [react-apollo](https://npm.im/react-apollo) +* [apollo-upload-client](https://npm.im/apollo-upload-client) ## Setup 1. Install the latest [Node.js](https://nodejs.org) and [npm](https://npmjs.com). -2. Duplicate `.env.example` as `.env` and customize. -3. With Terminal in the `api` directory run `npm install`. +2. Duplicate `.env.example` as `.env` and configure. +3. Run `npm install` in the `app` directory with Terminal. 4. Run `npm run dev` for development, or `npm run build && npm start` for production.