1.4.0 • Published 12 months ago
create-untitled-app v1.4.0
create-untitled-app
My personal template for creating SvelteKit apps.
Getting started
npx create-untitled-app@latest
or
npm create untitled-app@latest
If no name is specified, you'll be asked for one after running the command.
Purpose
The template's purpose is to deliver a (cue the buzz-words) typesafe, modern and feature-rich SvelteKit experience.
Includes
- SvelteKit
- TypeScript
- PostCSS
- Tailwind CSS
- (I use svelte-add's tailwindcss to add them both, props to them, speeds up the process!)
- Tailwind CSS
- ESLint
- Prettier
Why is it untitled?
Can't think of a name right now.
Inspried by
create-react-app, create-t3-app and other templates