New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-sweet-app

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-sweet-app

Scaffold a full-stack SvelteKit application with tRPC and WindiCSS out of the box

latest
Source
npmnpm
Version
1.0.11
Version published
Maintainers
1
Created
Source

create-sweet-app

Interactive CLI to quickly set up an opinionated, full-stack, typesafe SvelteKit project. Inspired by the T3 Stack and create-t3-app

Create the SWeeT app by running npx create-sweet-app

What is the SWeeT Stack?

The SWeeT Stack is a tech stack consisting of SvelteKit, WindiCSS and tRPC. You can think of it as a T3 alternative built on SvelteKit.

Getting Started

To create your SWeeT app, run the following command depending on your package manager and answer the prompts:

npm

npx create-sweet-app@latest

yarn

yarn create sweet-app

pnpm

pnpm create sweet-app

Why not Tailwind?

Since Tailwind introduced JIT mode, it would seem as though WindiCSS is not much more useful in comparison to Tailwind. While JIT mode makes hot reloading fast in Tailwind, Windi is better suited for use with Vite because of its custom-tailored Vite adapter. Also, Windi is backed by the Open-Source community and has a few interesting features that Tailwind lacks.

For a more in-depth comparison between Windi and Tailwind, see this GitHub discussion.

Keywords

create-sweet-app

FAQs

Package last updated on 27 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts