From 567bc9794176129c0b4429b83fe27c8cb2629775 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Mon, 2 Oct 2017 19:22:35 +1100 Subject: [PATCH] Readme simplification. --- app/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/readme.md b/app/readme.md index 4547abd..5f99fe6 100644 --- a/app/readme.md +++ b/app/readme.md @@ -14,7 +14,7 @@ An example SSR web app using: 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`. -4. Run `npm run dev` for development, or `npm run build && npm run start` for production. +4. Run `npm run dev` for development, or `npm run build && npm start` for production. Ensure your editor supports: