svkit-learn

0

Описание

Изучаем SvelteKit

Языки

  • Svelte41,7%
  • JavaScript35,9%
  • TypeScript20,9%
  • HTML1,3%
  • CSS0,2%
2 месяца назад
16 дней назад
2 месяца назад
2 месяца назад
2 месяца назад
2 месяца назад
2 месяца назад
2 месяца назад
месяц назад
месяц назад
README.md

| To skip prompts next time, run: • npx sv create --template minimal --types ts --add prettier eslint tailwindcss="plugins:none" devtools-json drizzle="database:sqlite+sqlite:libsql" mcp="ide:vscode,other+setup:local" --install npm svkit-learn

sv

Everything you need to build a Svelte project, powered by

.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

To recreate this project with the same configuration:

Developing

Once you've created a project and installed dependencies with

npm install
(or
pnpm install
or
yarn
), start a development server:

Building

To create a production version of your app:

You can preview the production build with

npm run preview
.

To deploy your app, you may need to install an adapter for your target environment.