https://github.com/boraxpr/skeleton-sveltekit
Soon to be new my github page site (don't know when)
https://github.com/boraxpr/skeleton-sveltekit
Last synced: about 1 year ago
JSON representation
Soon to be new my github page site (don't know when)
- Host: GitHub
- URL: https://github.com/boraxpr/skeleton-sveltekit
- Owner: boraxpr
- Created: 2024-02-13T15:30:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T06:35:45.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T11:22:27.033Z (about 1 year ago)
- Language: Svelte
- Homepage: https://skeleton-sveltekit-production.up.railway.app/
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skeleton-SvelteKit 💀
Skeleton-SvelteKit is a project aimed at exploring the capabilities of SvelteKit and the SkeletonUI framework.
Installation
## Installation
To install the project dependencies, run the following command:
```bash
npm i
```
To start the development server, run:
```bash
npm run dev
```
The development server will be running on port 3000 because the default port is configured in the package.json > dev > vite --port 3000. This port configuration is necessary due to the CORS protection setup in the API used in the project.
## Features
/todo : Displays a table that fetches data from an API using server-side rendering (SSR) to prevent API endpoint leaks to the client.