Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.05 KB

Readme.md

File metadata and controls

32 lines (21 loc) · 1.05 KB

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.