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
- Host: GitHub
- URL: https://github.com/rixo/example-svelte-components-on-the-fly
- Owner: rixo
- Created: 2022-04-18T16:24:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T16:24:56.000Z (about 4 years ago)
- Last Synced: 2025-02-25T09:29:10.403Z (over 1 year ago)
- Language: Svelte
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```