https://github.com/poad/solid-element-rspack-example
https://github.com/poad/solid-element-rspack-example
rspack solid-element solidjs webcomponents
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/poad/solid-element-rspack-example
- Owner: poad
- Created: 2026-04-12T05:17:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-16T03:43:08.000Z (about 1 month ago)
- Last Synced: 2026-06-16T05:23:28.583Z (about 1 month ago)
- Topics: rspack, solid-element, solidjs, webcomponents
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Rsbuild project
## Setup
Install the dependencies:
```bash
pnpm install
```
## Get started
Start the dev server, and the app will be available at [http://localhost:3000](http://localhost:3000).
```bash
pnpm run dev
```
Build the app for production:
```bash
pnpm run build
```
Preview the production build locally:
```bash
pnpm run preview
```
## Learn more
To learn more about Rsbuild, check out the following resources:
- [Rsbuild documentation](https://rsbuild.rs) - explore Rsbuild features and APIs.
- [Rsbuild GitHub repository](https://github.com/web-infra-dev/rsbuild) - your feedback and contributions are welcome!