st-stack

opinionated sveltekit starter

Setup

Prerequisite

Node.js and npm

I use ni - package manager shortcut by antfu


npm i -g @antfu/ni

Clone the project

npx degit https://github.com/leovoon/st-stack myApp

Installation

Go inside the folder, install dependencies

cd myApp
ni

Developing

# startup dev server

nr dev
# generate database schema types

npx prisma generate

Building

To create a production version of your app:

nr build

Contribution

Feel free to open pull request.

Top categories

Loading Svelte Themes