A simple SvelteKit starter project with routing and state management.
sveltekit-starter/
āāā src/
ā āāā routes/index.svelte # Home page with counter example
āāā app.html # Main HTML template
āāā package.json # Dependencies
āāā README.md
Clone the repository:
git clone https://github.com/tktarun03/sveltekit-starter.git
cd sveltekit-starter
Install dependencies:
npm install
Start the development server:
npm run dev
Open the app in your browser at http://localhost:5173
.
š Created by Arunkumar Thamilarasu | UI Technical Architect | Svelte & Web Development Expert
šÆ Follow me on GitHub: @tktarun03