From 6c62d0667e6fac6dce2a6ee05459a430ac8a857d Mon Sep 17 00:00:00 2001 From: Kristian Polso Date: Fri, 20 Apr 2018 16:55:49 +0300 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bf878a..c26e231 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,5 @@ yarn # serve with hot reload at localhost:8080 vuepress dev -# build for production with minification -vuepress build +# build for production with minification & start express server +yarn start