Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trojan0523/rsbuild-plugin-dev-server
@honojs/rsbuild-plugin-dev-server
https://github.com/trojan0523/rsbuild-plugin-dev-server
hono honojs rsbuild rsbuild-plugin
Last synced: 1 day ago
JSON representation
@honojs/rsbuild-plugin-dev-server
- Host: GitHub
- URL: https://github.com/trojan0523/rsbuild-plugin-dev-server
- Owner: Trojan0523
- Created: 2024-11-21T11:20:16.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T11:42:36.000Z (2 months ago)
- Last Synced: 2024-11-21T12:24:35.124Z (2 months ago)
- Topics: hono, honojs, rsbuild, rsbuild-plugin
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rslib Project
## Setup
Install the dependencies:
```bash
pnpm install
```## Get Started
Build the library:
```bash
pnpm build
```Build the library in watch mode:
```bash
pnpm dev
```