Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 305 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 305 Bytes

TodowithBackend

A ToDo List app with Backend for storing, modifying and deleting Todos.

npm i

Start the project by cloning the repository and by hitting npm i at both client and server side on the terminal.

npm start

Run both the client and the server side by hitting npm start on the terminal.