https://github.com/rodneylab/sveltekit-json-import
SvelteKit JSON import: how you can use data provided from business apps and ther sources directly in your Svelte site, thanks to Vite.
https://github.com/rodneylab/sveltekit-json-import
json svelte sveltekit vite
Last synced: about 1 year ago
JSON representation
SvelteKit JSON import: how you can use data provided from business apps and ther sources directly in your Svelte site, thanks to Vite.
- Host: GitHub
- URL: https://github.com/rodneylab/sveltekit-json-import
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2021-10-15T15:49:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T06:56:11.000Z (about 2 years ago)
- Last Synced: 2024-05-20T07:51:52.859Z (about 2 years ago)
- Topics: json, svelte, sveltekit, vite
- Language: Svelte
- Homepage:
- Size: 365 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README

SvelteKit JSON Import
# sveltekit-json-import
[](https://stackblitz.com/github/rodneylab/sveltekit-json-import)
SvelteKit demo code for importing JSON data into a SvelteKit app. The code accompanies the video on SvelteKit JSON data import. If you have any questions, please drop a comment at the bottom of that page.
## Building and previewing the site
If you're seeing this, you've probably already done this step. Congrats!
```bash
git clone https://github.com/rodneylab/sveltekit-json-import.git
cd sveltekit-json-import
pnpm install # or npm install
pnpm run dev
```
## Building
```bash
pnpm run build
```
> You can preview the built app with `pnpm run preview`, regardless of whether you installed an adapter. This should _not_ be used to serve your app in production.
Feel free to jump into the [Rodney Lab matrix chat room](https://matrix.to/#/%23rodney:matrix.org).