npm install (or `pnpm install` or `yarn`)
npm run dev
To create a production version of your app:
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.
my-project/
├ src/
│ ├ lib/
│ │ ├ asstes
│ │ └ store
│ ├ params
│ ├ routes/
│ │ └ [project routes]
│ ├ app.html
│ ├ error.html
│ ├ hooks.client.js
│ └ hooks.server.js
├ static/
│ └ [static assets]
├ tests/
│ └ [your tests]
├ package.json
├ svelte.config.js
├ tsconfig.json
└ vite.config.js
└ tailwind.config.cjs