An example SvelteKit project deployed to Google Cloud. Live example: https://svelte-kit-example.uw.r.appspot.com/
Install the project with:
npm install
Once you've cloned the 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
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy the app on Google Cloud, run:
gcloud app deploy --project <CLOUD_PROJECT_ID> build/app.yaml