svemix
The Full-Stack addition to SvelteKit. Write your server code inside svelte files, handle sessions, forms and SEO easily.
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- ci.yml
- publish.yml
- 00-introduction.md
- 01-loading-data.md
- 02-writing-data.md
- 03-meta-data.md
- 04-sessions.md
- 05-configuration.md
- 06-http-helpers.md
- 07-cookies.md
- 08-drawbacks.md
- docs.css
- hovers.js
- shiki.css
- Tooltip.svelte
- index.js
- markdown.js
- Contents.svelte
- PostBottomNavigation.svelte
- [slug].json.js
- [slug].svelte
- __layout.svelte
- index.json.js
- index.svelte
- __error.svelte
- __layout.svelte
- index.svelte
- app.css
- app.d.ts
- app.html
- anchor.svg
- android-chrome-192x192.png
- android-chrome-256x256.png
- apple-touch-icon.png
- browserconfig.xml
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- mstile-150x150.png
- robots.txt
- safari-pinned-tab.svg
- site.webmanifest
- svemix_logo.png
- .gitignore
- .npmrc
- .prettierrc
- package.json
- pnpm-lock.yaml
- postcss.config.cjs
- README.md
- svelte.config.js
- tailwind.config.cjs
- tsconfig.json
- vercel.json
- vite.config.js
- index.ts
- cookie.ts
- index.ts
- types.ts
- enhance.ts
- Form.svelte
- types.ts
- index.ts
- Meta.svelte
- index.js
- initialize.js
- load_route.js
- resolve_route.js
- transform_root.js
- transform_route.js
- config.js
- constants.js
- index.js
- misc.js
- modify_fs.js
- scripts.js
- index.js
- types.d.ts
- endpoint.ts
- index.ts
- core.ts
- handle.ts
- index.ts
- types.ts
- utils.ts
- index.ts
- index.svelte
- make-cookie.svelte
- success.svelte
- __error.svelte
- can-error.svelte
- can-redirect.svelte
- can-return-data.svelte
- redirect-target.svelte
- index.svelte
- action.svelte
- index.json.ts
- app.html
- global.d.ts
- hooks.ts
- favicon.png
- index.spec.js
- utils.d.ts
- utils.js
- .gitignore
- .npmrc
- .prettierignore
- .prettierrc
- LICENSE
- package-lock.json
- package.json
- playwright.config.js
- pre-build-fix.js
- README.md
- svelte.config.js
- tsconfig.json
- vite.config.js
# Installation Guide
1. Get the code
git clone https://github.com/pixelmund/svemix
Downloads the entire project code from GitHub to your computer.
cd svemix
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
