Welcome to Todo Application! 🎉
To get started with this app, follow these simple steps:
-
Clone the repository:
git clone https://github.com/hassanpdn/todo-app.git
-
Navigate to the project directory:
cd todo-app
-
Install dependencies:
yarn install
-
Run the app in development mode:
yarn dev
Now, your app should be up and running! Open your browser and go to http://localhost:5173 to view it.
-
Build the app for production:
yarn build
-
Start the app in production mode:
yarn start
-
Lint code:
yarn lint
Happy coding! 🚀