https://github.com/ulivz/solid-rspack-templates
A collection of SolidJS templates built by Rspack
https://github.com/ulivz/solid-rspack-templates
boilerplate performance rspack rust solid solidjs template
Last synced: 6 months ago
JSON representation
A collection of SolidJS templates built by Rspack
- Host: GitHub
- URL: https://github.com/ulivz/solid-rspack-templates
- Owner: ulivz
- Created: 2023-02-17T05:45:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T06:46:46.000Z (over 2 years ago)
- Last Synced: 2025-04-06T04:02:52.331Z (6 months ago)
- Topics: boilerplate, performance, rspack, rust, solid, solidjs, template
- Language: JavaScript
- Homepage:
- Size: 1.22 MB
- Stars: 4
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solid Rspack Templates
![]()
![]()
## Motivation
[Solid](https://www.solidjs.com/) is a lightweight and fine grained Javascript web framework made for building responsive and performant web apps, and `Rspack` is a fast rust-based web bundler, the combination of the two will bring the ultimate build-time and runtime performance.
## Development
The monorepo leverages `pnpm` as the package manager. To install `pnpm`, run the following command in your terminal.
```bash
npm install -g pnpm
```Run `pnpm install` to install all the dependencies, and run following scripts to launch rspack dev server:
```bash
pnpm run --filter dev
```Available templates:
- `js`
- `ts`