markuryy-schedule-sveltekit-demo Svelte Themes

Markuryy Schedule Sveltekit Demo

markuryy-schedule-sveltekit-demo

A very basic example of implementing a schedule app in SvelteKit. This example contains the logic necessary for loading and downloading schedules from JSON files.

I've opted to use JSDoc comments over TypeScript to make this example more approachable.

Developing

This project uses pnpm, a drop in replacement for npm. https://pnpm.io/installation

Install dependencies with pnpm install (or npm install), and start a development server:

pnpm run dev

Building

To create a production version of your app:

pnpm 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.

License

Copyright © 2023 Alexander Liu

MIT License

Top categories

Loading Svelte Themes