Access the project at: https://felipe-b-ribeiro-todolist-ts-vercel.vercel.app
- A To-Do List project built in TypeScript for improving my skills.
In the git terminal, navigate to the directory where you want to save the project.
cd path/where/you/want/to/save/the/projectThen, clone the repo:
git clone https://github.com/felipe-b-ribeiro/ToDoList-TypeScriptIn VS Code terminal with the project open, type:
npm iIn the same terminal, type:
npm run buildUse Live Server or open the file dist/index.html in your browser.