lucasnad27 / sveltekit-apollo-graphql

SvelteKit Apollo GraphQL example project

Home Page:https://sveltekit-apollo-graphql.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SvelteKit Apollo GraphQL Example with create-svelte

Demo link

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

Developing

create a .env file in the project root directory and copy over the contents of .env.example

Install dependencies with Yarn of NPM:

yarn

# or

npm install

Start development server with:

yarn dev

# or

npm run dev

Building

Before creating a production version of your app, install an adapter for your target environment. Then:

yarn build

# or

npm run build

You can preview the built app with npm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.

About

SvelteKit Apollo GraphQL example project

https://sveltekit-apollo-graphql.netlify.app

License:MIT License


Languages

Language:Svelte 63.3%Language:JavaScript 26.4%Language:HTML 8.3%Language:Shell 2.0%