A todo list app made with React JS and Vite
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