From 11d17847645d95f336617a8136e69dbca1a5628c Mon Sep 17 00:00:00 2001 From: Li Yi Date: Sat, 17 Dec 2016 13:48:55 +0800 Subject: [PATCH] Update I00 tasks with install dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b712b4..f02d171 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,8 @@ This branch starts with a simple web server. Use this branch to validate your co ### tasks * Clone the microservice. + * Install dependencies + * `npm install && bower install` * Review code. * Run in terminal with * `node srv/app-dev.js --seneca.options.tag=web --seneca.log.all`