Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 305 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 305 Bytes

Todo List App

A todo list app made with React JS and Vite

Run the application

For install all the dependences:

  • Open the project in Visual Studio Code (or some IDE you like the most);
  • Press ctrl + " to open the terminal;
  • Enter: npm install;

Run the application:

  • Enter: npm run dev