From 4079cda00dca656677b28bf2bd481e414c289ce1 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sat, 13 Mar 2021 20:02:38 +0300 Subject: [PATCH] add "install deps" to readme and bump circleci because it won't let me rerun a skipped pipeline (which was skipped because there was no config) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index effb49c..f50fd2a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Check it out at https://ustk-todolist.herokuapp.com/ ## Getting started +Install dependencies `npm i && cd client && npm i` Start with `npm run dev` create-react-app server will be listening at http://localhost:3000, with proxy to the backend at localhost:4000