Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 222 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 222 Bytes

ToDo-web-app

To run the project:

  • clone it
  • run two different terminal, one for the client and one for the server
  • terminal 1: cd client; npm install; npm start
  • terminal 2: cd server; npm install; nodemon server.js