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

https://github.com/rixo/example-svelte-components-on-the-fly


https://github.com/rixo/example-svelte-components-on-the-fly

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Svelte micro frontend setup

## Install

```shell
pnpm i
```

## Application

```shell
cd packages/app-kit
pnpm dev
```

## Components

### Develop components (with Svench)

```shell
cd packages/components
pnpm dev
```

Go to http://localhost:4242.

### Start server

```shell
cd packages/components
pnpm start
```