Go to file
tildezero 50453979c1 Initial commit
Created from https://vercel.com/new
2021-08-02 15:43:43 +00:00
src Initial commit 2021-08-02 15:43:43 +00:00
static Initial commit 2021-08-02 15:43:43 +00:00
.gitignore Initial commit 2021-08-02 15:43:43 +00:00
.npmrc Initial commit 2021-08-02 15:43:43 +00:00
README.md Initial commit 2021-08-02 15:43:43 +00:00
jsconfig.json Initial commit 2021-08-02 15:43:43 +00:00
package.json Initial commit 2021-08-02 15:43:43 +00:00
svelte.config.js Initial commit 2021-08-02 15:43:43 +00:00
yarn.lock Initial commit 2021-08-02 15:43:43 +00:00

README.md

SvelteKit

Example project using SvelteKit with the SpaceX GraphQL API, deployed to Vercel.

Deploy Your Own

Deploy with Vercel

Live Example: https://sveltekit.examples.vercel.com

Developing

Once you've created a project and installed dependencies with npm install, 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

This uses the Vercel Adapter for SvelteKit.

npm run build