Go to file
2023-07-28 11:27:52 +02:00
example further reducing google auth example 2023-07-21 10:11:29 +02:00
src added a basic realtime validation example 2023-07-28 11:27:52 +02:00
static major ui overhaul adding skeletonlabs design system 2023-07-27 09:30:30 +02:00
.eslintignore removed nextjs example implementation 2023-07-20 12:53:07 +02:00
.eslintrc.cjs removed nextjs example implementation 2023-07-20 12:53:07 +02:00
.gitignore removed nextjs example implementation 2023-07-20 12:53:07 +02:00
.npmrc removed nextjs example implementation 2023-07-20 12:53:07 +02:00
.prettierignore removed nextjs example implementation 2023-07-20 12:53:07 +02:00
.prettierrc removed nextjs example implementation 2023-07-20 12:53:07 +02:00
package.json added a basic realtime validation example 2023-07-28 11:27:52 +02:00
playwright.config.ts removed nextjs example implementation 2023-07-20 12:53:07 +02:00
pnpm-lock.yaml added a basic realtime validation example 2023-07-28 11:27:52 +02:00
postcss.config.js removed nextjs example implementation 2023-07-20 12:53:07 +02:00
README.md removed nextjs example implementation 2023-07-20 12:53:07 +02:00
svelte.config.js removed nextjs example implementation 2023-07-20 12:53:07 +02:00
tailwind.config.js added a basic realtime validation example 2023-07-28 11:27:52 +02:00
tsconfig.json docs(provider.ts): Add README documentation, +cleanup 2023-07-24 11:11:51 +02:00
vite.config.ts Added dynamic dataLoader importing and fixing race conditions 2023-07-26 18:28:31 +02:00

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

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

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

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.