Skip to content

Welcome to me "Todo App," my personal repository crafted exclusively for educational purposes! Dive into code examples, resources, and projects to enhance your programming skills. Step into my learning and development space!πŸš€πŸš€

Notifications You must be signed in to change notification settings

SamCode011/Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Todo-App

Installing Vite and npm environment.

This process is for those who want to start from scratch with setting up the Vite environment. I hope it is helpful for you.

To start building the project structure, you need to install Vite. Simply copy the command from the official Vite website.

npm create vite@latest

If your're working with JS in the Vite environment, after loading ,you'll be prompted to continue by pressing 'y'.Since everything is now in the Vite environment,you need to install the npm

npm i npm

If everything is installed correctly, you should run the command

npm run dev

It will take you to the port to load the Vite environment. Now that everything is installed, I will start with the project

Copy the port and paste it into the browser; the Vite environment should appear.

About

Welcome to me "Todo App," my personal repository crafted exclusively for educational purposes! Dive into code examples, resources, and projects to enhance your programming skills. Step into my learning and development space!πŸš€πŸš€

Topics

Resources

Stars

Watchers

Forks