Welcome! This project is developed using Vue.js Typscript and configured with Vite for bundling. It also integrates Vuetify for managing UI components.
Before you begin, ensure the following are installed on your system:
Node.js (version v20.12.2 or higher) npm (version 10.5.0 or higher)
-
Follow these steps to install the project locally:
-
Clone this GitHub repository to your machine: https://github.com/Ch0up/todo-app.git
-
Navigate to the project directory: cd/todo-app
-
Install the project dependencies by running the following command: npm install
-
Start the application in development mode with the following command: npm run dev
-
You should now see the application running locally!
In the project directory, you can run the following scripts:
- npm run dev: Starts the application in development mode.
- npm run build: Builds the application for production.
- npm run format: Format the application with standards.