Go to file
Suhas d94a520ec0 add basics 2021-08-02 15:14:13 -05:00
src add basics 2021-08-02 15:14:13 -05: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-lock.json add basics 2021-08-02 15:14:13 -05:00
package.json add basics 2021-08-02 15:14:13 -05:00
postcss.config.cjs add basics 2021-08-02 15:14:13 -05:00
svelte.config.js add basics 2021-08-02 15:14:13 -05:00
tailwind.config.cjs add basics 2021-08-02 15:14:13 -05: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