Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 452 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 452 Bytes

Sveltekit/Tailwind Starter

Minimum boilerplate for Sveltekit with Tailwind CSS.

  • Plain JavaScript (untyped)
  • No ESLint
  • No Prettier
  • No Playwrite (testing)

After cloning the repo, run the following:

# adjust to taste
npm install
rm -rf .git
git init -b main
git add .
git commit -m "Initial commit"

Links