A simple, easy-to-use starter template to get your SvelteKit project up and running.
Follow these steps to set up and run your SvelteKit application locally:
First, move into your project's directory:
cd {your_project_name}
Ensure you're using Node version 22 (or your required version) with nvm:
nvm use 22
If you don't have Node 22 installed yet, install it first:
nvm install 22
Install your project's dependencies with npm:
npm install
Start the SvelteKit development server:
npm run dev
Open your web browser and go to:
localhost:5173
You should now see your SvelteKit application running.
Build & Deploy: When ready, build your project with:
npm run build
If you encounter any issues or have questions, please send and email to ethan.steip@gmail.com