svelte-start-point

Svelte Start Point

Simple SvelteKit starter with all you may need! (Minus good styling 🤷‍♂️)

Svelte Start Point (SSP)

Description

This is a template to start a new project with SvelteKit. It includes the following features:

Getting Started

Prerequisites

  • A package manager of your choice. (e.g. npm, yarn, pnpm or bun)
  • Node.js 18.x or later. (Bun also works as it complies with Node.js APIs)

Installation

  1. Clone the repository.
git clone https://github.com/alejandroperezpujante/svelte-start-point.git
  1. Install the dependencies.
cd svelte-start-point
npm install # or (yarn, pnpm, bun) install
  1. Copy the .env.example file to .env and fill in the required environment variables.
cp .env.example .env
  1. Run the migrations.
npm run migrations:push # or (yarn, pnpm, bun) run migrations:push
  1. Start the development server.
npm run dev # or (yarn, pnpm, bun) run dev
  1. Open your browser and navigate to http://localhost:5173.

Top categories

Loading Svelte Themes