My portfolio website rebuilt using Svelte & SvelteKit
The create-svelte tool is designed to provide everything needed to build a Svelte project. It helps with project creation, development, and building a production version of the app.
npm run preview command.To use the create-svelte tool, follow these steps:
npm install -g create-svelte
create-svelte my-project
Replace my-project with the desired name for your project.
Create-svelte is a powerful tool that simplifies the process of building Svelte projects. With its project creation, development server, and production build features, it provides a seamless experience for developers. Additionally, the ability to preview the production build and deploy the app to different environments further enhances the functionality of this tool.