/polito-wa1-to-do-list

React web app developed during Web Application I course

Primary LanguageJavaScript

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