/back-to-static-site-generation

Een statisch gegenereerde website voor Platform grote thema's

Primary LanguageSvelteMIT LicenseMIT

Back to static site generation Platform grote thema's

image

Beschrijving

Dit project bevat een statisch gegenereerde pagina voor Platform Grote Thema's.

create-svelte

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

Project opzetten

# 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

Ontwikkeling

Nadat je een project hebt aangemaakt en de afhankelijkheden hebt geïnstalleerd met npm install (of pnpm install of yarn), start je een ontwikkelingsserver:

npm run dev

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

Bouwen

Om een productieversie van je app te maken:

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.