Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 445 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 445 Bytes

serverless-todo

This is a todo app using a serverless node backend.

How to run

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.

Demo

alt text