Link to chapter - https://serverless-stack.com/chapters/organize-the-backend-repo.html
The steps in this chapter seems to already have been done, when I clone the repo mentioned here
https://github.com/AnomalyInnovations/serverless-stack-demo-api.git serverless-stack-2-api/
I wonder if I did anything wrong or if the changes described in the tutorial have been committed to the repo by mistake?
No you are right. That’s a mistake. It should be cloning a specific branch from that repo. Let me fix it.
Just fixed it. This is the command that has been changed
$ git clone --branch add-a-delete-note-api --depth 1 https://github.com/AnomalyInnovations/serverless-stack-demo-api.git serverless-stack-2-api-new/
in this chapter https://serverless-stack.com/chapters/initialize-the-backend-repo.html.
And a smilar change in the frontend portion as well - https://serverless-stack.com/chapters/initialize-the-frontend-repo.html.
Thanks for pointing it out.