Go to file
2023-08-08 16:15:54 +02:00
example further reducing google auth example 2023-07-21 10:11:29 +02:00
src Updated Summary page UI 2023-08-08 16:15:54 +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 added basic houdini graphql client incl. test query 2023-07-29 15:09:21 +02:00
.graphqlrc.yaml added basic houdini graphql client incl. test query 2023-07-29 15:09:21 +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
houdini.config.js added basic houdini graphql client incl. test query 2023-07-29 15:09:21 +02:00
package.json further cleaning up 2023-08-08 07:19:43 +02:00
playwright.config.ts removed nextjs example implementation 2023-07-20 12:53:07 +02:00
pnpm-lock.yaml Improved the vite.config 2023-07-31 09:40:54 +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
schema.graphql added basic houdini graphql client incl. test query 2023-07-29 15:09:21 +02:00
svelte.config.js added basic houdini graphql client incl. test query 2023-07-29 15:09:21 +02:00
tailwind.config.js added a basic realtime validation example 2023-07-28 11:27:52 +02:00
tsconfig.json added basic houdini graphql client incl. test query 2023-07-29 15:09:21 +02:00
vite.config.ts Added realtime watching capabilites to vite's virtual loaders 2023-07-31 09:50:44 +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.