You are browsing as a guest. Sign up (or log in) to start making projects!

54m 12s logged

today i finally got the vite and everything set up, got a new api and created my site!!

this is my first time using vite and other interesting file types such as gitignore and related stuff!

i pretty much just followed the guide, but i started a bit differently by initially just creating a github repo instead of importing the files afterwards

right now the website shows some really interesting clouds! i also edited the css a bit (finally getting the hang of css after losing it for 4 years!!) to give it a cooler vibe and stuff – i really like the monospace fonts idk why but yeah!!

0
31

Comments 1

@Huseyin

Hello! As someone who also recently learned Vite for the first time, I would like to pass on what I learned.
Vite is a very powerful and helpful tool that helps with many things:

Being able to use Node packages in your project(This is HUGE!!), Using Node to use scripts for things like a preview, Easy deployment, Easy config, And framework configuration.

These are things you could almost never accomplish with vanilla HTML.
Vite is great! And it will help you out in the long run. Good luck!