A demo repo from the sveltekit-auth workshop
Create-Svelte is a tool that provides everything you need to build a Svelte project. It is powered by the create-svelte framework and allows for easy project creation, development, and building processes.
To install Create-Svelte, follow these steps:
npm install -g create-svelte
create-svelte command to create a new Svelte project.To start the development server, navigate to the project directory and run the following command:
npm run dev
To build a production version of your app, follow these steps:
npm run build
You can also preview the built app by running the following command:
npm run preview
Please note that the npm run preview command should not be used to serve your app in production.
Create-Svelte is an efficient tool for building Svelte projects. It provides a simple and streamlined process for project creation, development, and building. With features such as a development server and dependency installation, Create-Svelte helps developers easily build and deploy their Svelte applications.