Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hkdigital/rnd--sk-test-app
Test app build using Sveltekit and Skeleton UI
https://github.com/hkdigital/rnd--sk-test-app
Last synced: 26 days ago
JSON representation
Test app build using Sveltekit and Skeleton UI
- Host: GitHub
- URL: https://github.com/hkdigital/rnd--sk-test-app
- Owner: HKdigital
- Created: 2024-07-10T12:10:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T14:21:45.000Z (6 months ago)
- Last Synced: 2024-07-17T17:44:45.301Z (6 months ago)
- Language: JavaScript
- Size: 887 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sveltekit test app
## About
This is a [Sveltekit](https://kit.svelte.dev/) project. The web application productes by this project has no purpose. The project is used to try out various technologies, such as:
- [Sveltekit](https://kit.svelte.dev/)
- [Skeleton Next](https://next.skeleton.dev)
- [TailwindCSS](https://tailwindcss.com/)
- [Docker](https://www.docker.com/)
- [Coolify](https://coolify.io/)## Installation
Clone the repository and install dependencies
```bash
# create a new project in the current directory
pnpm install
```## Developing
Run the project in development mode
```bash
# Run the project (see package.json)
pnpm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Build and preview
Build the project and preview the build
```bash
# Build the project in the build folder (see package.json)
pnpm run build
``````bash
# Preview the production build (build first)
pnpm run preview
```## Deploy
The Dockerfile in the `docker` folder can be used to create a docker image. Or can be used by services such a [Coolify](https://coolify.io/) to deploy the project.