An open API service indexing awesome lists of open source software.

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)

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.