This template uses adapter-static and the ssr disabler hook to allow us to make a SPA.
Once you've installed dependencies with pnpm install
, start a development server:
pnpm dev
To create a production version of your app:
pnpm build
You can preview the production build with pnpm preview
.
To deploy your app, you may need to install an adapter for your target environment.