To get started with the project in your local development environment, follow these steps:
- Clone the repository to your local machine.
https://github.com/choiruladamm/typescript-todos
- Open the cloned folder in your preferred code editor, install the required dependencies by running the following command in the terminal:
npm install
- Start the development server by running the following command:
npm run dev