This is a todo app using a serverless node backend.
To test this app, all you need to do is run the frontend locally.
To do this, navigate to the serverless-todo/frontend/src
directory, run npm install
, then call npm start
.
At this point, the frontend should be running on your local machine.
Navigate to localhost:3000 to check out the application.