Skip to content

choiruladamm/typescript-todos

Repository files navigation

Type-Safe Todo App

React TypeScript Tailwind CSS Framer Motion

Getting Started

To get started with the project in your local development environment, follow these steps:

  1. Clone the repository to your local machine.
https://github.com/choiruladamm/typescript-todos
  1. Open the cloned folder in your preferred code editor, install the required dependencies by running the following command in the terminal:
npm install
  1. Start the development server by running the following command:
npm run dev