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)
This commit is contained in:
2021-03-13 20:02:38 +03:00
parent afd1f98254
commit 4079cda00d

View File

@@ -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