I started with JS about 10 years ago and I fell in love with it (even though it can be weird 😅). I had step backs in my career that ended up being good. Currently I'm a passionate front-end developer.
Hello! Recently I had the chance to create a website for a client using SvelteKit.
There are good tips here, one very useful thing I've learned is to create aliases, for example, there is an alias for $lib that leads you to the lib directory inside the src directory. You can also create your own for the components or the stores directories.
Personally, I added my components in the lib directory.
Hello! Recently I had the chance to create a website for a client using SvelteKit.
There are good tips here, one very useful thing I've learned is to create aliases, for example, there is an alias for
$libthat leads you to the lib directory inside the src directory. You can also create your own for the components or the stores directories.Personally, I added my components in the lib directory.
Check out this SvelteKit Blog Starter, to see how this project is structured.